Click here to Skip to main content
15,922,630 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
in datagrid there is three dropdownlist as length,width and height
1st i want to fill the lenght dropdown,then as per the selected value in
length dropdown i want to feel width dropdown.
how can i do it
Posted

1 solution

hi, well ur question is not so hard.Listen get value of your first dropdown by controls findcontrol.
after getting this get the value id of dropdown and on item created command user view state for filling second dropdown
 
Share this answer
 
Comments
ashwini hajgude 17-Feb-11 5:02am    
the dropdownlist control in datadrid can not access through findcontrol method
so i am not able to bind dataset to dropdown

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