A
answer_me
Guest
I need someone who can help me with this.
I want to put the value of this to a variable.
I know this can be done with a single line of code but I can't do it.
I am using .aspx.vb as the source code. The language is vb.
<asp:TemplateField AccessibleHeaderText="meHere" HeaderText="Results">
<EditItemTemplate>
<asp:TextBox ID="sample" runat="server"></asp:TextBox>
</EditItemTemplate>
</asp:TemplateField>
I want to put the value of this to a variable.
I know this can be done with a single line of code but I can't do it.
I am using .aspx.vb as the source code. The language is vb.
<asp:TemplateField AccessibleHeaderText="meHere" HeaderText="Results">
<EditItemTemplate>
<asp:TextBox ID="sample" runat="server"></asp:TextBox>
</EditItemTemplate>
</asp:TemplateField>