event bubbling
ASP.NET
2
Posts
2
Posters
0
Views
1
Watching
-
i m using a gridview, in edit template i have added a dropdownlist. as user click on edit and change the selection in dropdown i want to change the value of another textbox in same row. but how to get the event of this child dropdownlist?
Balasubramanian K.
-
i m using a gridview, in edit template i have added a dropdownlist. as user click on edit and change the selection in dropdown i want to change the value of another textbox in same row. but how to get the event of this child dropdownlist?
Balasubramanian K.
Hello, A simple way to achieve this would be to add an event on the dropdown controls dynamically in the gridview RowDataBinding event.
______________________ Dominic Goulet FroggedSoft