Click here to Skip to main content
15,892,746 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
i used dropdownlist inside the gridview,
when i choose dropdownlist value the data should change
that corresponding row only,but in my case other row values are getting blank(i.e other row text boxex are also cleared)
Posted

1 solution

Hello,

I came across below article at code project which explains the wau to access the values of row on selecting a value from a dropdownlist present in the gridview. Please go through it. I think it should help you.

Accessing a DropDownList inside a GridView[^]


http://praveen4tech.wordpress.com/2011/04/26/handle-events-of-dropdownlist-which-is-placed-inside-a-gridview/[^]

http://stackoverflow.com/questions/5911874/dropdownlist-selectedindexchanged-within-gridview-not-firing[^]
 
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