Hey there,
Any idea how to reference a GridView row when its embedded inside of a FormView... I thought that this might work...
GridViewRow row = (GridViewRow)((Control)e.CommandSource).Parent.Parent;
but it unfortunately doesnt
Any ideas?
Stelly
Any idea how to reference a GridView row when its embedded inside of a FormView... I thought that this might work...
GridViewRow row = (GridViewRow)((Control)e.CommandSource).Parent.Parent;
but it unfortunately doesnt

Any ideas?
Stelly