Click here to Skip to main content
15,881,898 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
Hello,



I am having a gridview in an update Panel.Inside that Gridview I am using a dropdownlist which is having a selected index changed event and a second drop down gets filled depending upon the first dropdownlist value.


But My entire page is getting postback.I have to scroll the entire gridview again and again.

How to avoid this?



Bye
Posted

1 solution

Do make sure that you have added ScriptManager in the .aspx file.
Have you added the events to Triggers in your UpdatePanel?
I have answered it briefly here :checked chaged event is not firing within update panel[^]

And do check out these links :
http://ajax.net-tutorials.com/controls/updatepanel-control/[^]

http://www.asp.net/ajax/tutorials/understanding-asp-net-ajax-updatepanel-triggers[^]

Good luck!
 
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