L
lupina
Hi
I'm trying to read values from editing row. I attempt to use :
protected void GridViewWymagania_RowUpdating(object sender,
GridViewUpdateEventArgs e)
{
string s = e.NewValues["columnName"];
....
}
but e.NewValues.Count = 0, and e.OldValues.Count = 0.
My GridView consists of 27 columns, and have 2 rows; so why e.NewValues
haven't even one value?
I'm trying to read values from editing row. I attempt to use :
protected void GridViewWymagania_RowUpdating(object sender,
GridViewUpdateEventArgs e)
{
string s = e.NewValues["columnName"];
....
}
but e.NewValues.Count = 0, and e.OldValues.Count = 0.
My GridView consists of 27 columns, and have 2 rows; so why e.NewValues
haven't even one value?