Click here to Skip to main content
15,896,606 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more: , +
Hi Friends
I have one grid view and in this grid view i have one drop down list and i have bind this drobdown in dynamic and when i change the grid view page my drop down list is blank and i have use also update panel so please give me solution to drop down list
Thanks to advance
Posted
Comments
Show you code.

1 solution

It is difficult to use both update panel and dynamic drop down list. However you can save your drop down value in hidden field to access it or if u want complete list u have to generate drop down list from code behind.

http://stackoverflow.com/questions/2281800/asp-net-dropdown-list-in-codebehind-vs-in-aspx-page[^]

http://stackoverflow.com/questions/15709532/generating-drop-down-list-items-from-code-behind-using-c-sharp[^]

http://stackoverflow.com/questions/994580/generate-dropdownlist-from-code-behind[^]
 
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