Click here to Skip to main content
15,891,473 members
Please Sign up or sign in to vote.
1.00/5 (1 vote)
See more:
the control drop down list is located in gridview i try to use the Asynchronous trigger on this dropdown list textchanged event
but how to find cotrol in gridview to specify in trigger
Posted

use update mode for update panel as conditional,

ASP.NET
<asp:updatepanel ID="Updatepanel1" runat="server" UpdateMode="Conditional">


On your dropdown's selectionchanged event add the below statement,

Updatepanel1.Update()
 
Share this answer
 
v3
Here an work around

UpdatePanel GridView DropDownList AutoPostBack Problem[^](WishStar99's reply)
 
Share this answer
 

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900