How do I find the Client ID of control within an ASP.NET GridView?
I have a asp:GridView which contains a asp:TextBox within a TemplateField. I would like to obtain it’s ID for use in javascript. Something like this:
I have a asp:GridView which contains a asp:TextBox within a TemplateField. I would like to obtain it’s ID for use in javascript. Something like this:
i have a databound GridView in asp.net 2.0 with a row-selection link. When a row is selected, I want to programmatically add a table row below the selected row, in order to nest another grid et al.