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 ...