Click here to Skip to main content
15,917,793 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
Dear Friends,

Anybody help me for

How to handle selectedindexchanged event of dropdown placed inside the gridview.

I want to load item in dropdown2 based on selected index of first dropdown in the same row of girdview.
Posted
Comments
Rahul_Pandit 18-Nov-13 3:57am    
I am not sure You are radgrid or not...
Use templete column for dropdown column and on selected index change event find grid row element and set the value for them

You can refer the below articles which exactly deals with cascading dropdown inside Gridview.

http://www.dotnetcurry.com/ShowArticle.aspx?ID=221[^]

http://csharpdotnetfreak.blogspot.com/2009/02/ajax-cascading-dropdownlist-database.html[^]

Hope this helps...
 
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