how to get value from gridview edititemtemplate
ASP.NET
2
Posts
2
Posters
0
Views
1
Watching
-
i have a dropdownlist control in gridview edititemtemplate. How to get the value of that dropdownlist control from edititemtemplate of the gridview so i can use update query to update selected value in database, when user click the update button in gridview thanks in advance
-
i have a dropdownlist control in gridview edititemtemplate. How to get the value of that dropdownlist control from edititemtemplate of the gridview so i can use update query to update selected value in database, when user click the update button in gridview thanks in advance
use
GridView1.FindControl()
Methods.cheers, Abhijit