getting clientid of controls in a gridview
ASP.NET
1
Posts
1
Posters
0
Views
1
Watching
-
hi how can i get the ClientId of a control in a gridview footer row from javascript. the code that i am currently using is like this: document.getElementById('<%= TextBox1.ClientID %>').value = result[0]; but as textbox1 is not declared in a gridview that above code does not work in a gridview. thanks for any help