GridView and a DropDownList
ASP.NET
1
Posts
1
Posters
0
Views
1
Watching
-
Hello, I have to accomplish the next goal - I have a GridView, which initially have one empty row visualized. The point is that when the user clicks on the empty field of the first column, a dropdownlist must appear with a set of values, loaded from a database. Is there a way to make the GridView to handle the onclick on the empty cell and to replace that cell with the dropdownlist? Thanks in advance !!