Quantcast
Channel: ASPSnippets RSS Feed
Viewing all articles
Browse latest Browse all 4693

DropDownList SelectedIndexChanged event inside AJAX UpdatePanel in ASP.Net using C# and VB.Net

$
0
0
Here Mudassar Ahmed Khan has explained with an example, how to use SelectedIndexChanged event of DropDownList placed inside AJAX UpdatePanel in ASP.Net using C# and VB.Net. The AsyncPostBackTrigger needs to be specified in the AJAX UpdatePanel in order to fire the SelectedIndexChanged event of the DropDownList using Partial PostBack. The SelectedIndexChanged event will work / fire / trigger only when the AutoPostBack property of the ASP.Net DropDownList is set to True.

Viewing all articles
Browse latest Browse all 4693

Trending Articles