G
Guest
i wrote a code to update datagrid with the datagrid updatecommand but i cant get the updated values after being update
that is the code
private void DataGrid1_UpdateCommand(object source, System.Web.UI.WebControls.DataGridCommandEventArgs e)
TextBox temp
temp=(TextBox)e.Item.Cells[0].Controls[0]
String str=temp.Text;
str always returnt the old value of the cell (before being updated)
would u plz tell me about whats wrong i m doin
thnx alo
that is the code
private void DataGrid1_UpdateCommand(object source, System.Web.UI.WebControls.DataGridCommandEventArgs e)
TextBox temp
temp=(TextBox)e.Item.Cells[0].Controls[0]
String str=temp.Text;
str always returnt the old value of the cell (before being updated)
would u plz tell me about whats wrong i m doin
thnx alo