protected void DataList1_UpdateCommand(object source, DataListCommandEventArgs e) { ((TextBox)e.Item.FindControl("TextBox1")).Text; }