Posted on: 6/19/2014 2:59:35 PM | Views : 363

I want to get the input text from the asp:TextBox
 <asp:DataGrid ID="dataGrid1"             OnSelectedIndexChanged="dataGrid1_SelectedIndexChanged"             DataKeyField="id"             ...             runat="server">             <Columns>                 <asp:ButtonColumn Text="Add" CommandName="Select" />                                  <asp:Temp ...

Go to the complete details ...