Tuesday, March 24, 2009

Get the Value of a Grid Cell

protected void dgCustomer_EditCommand(object source, DataGridCommandEventArgs e)
{
string CustomerId = e.Item.Cells[0].Text;
}

No comments:

Post a Comment