R
RG
Hello,
I'm raising an event in a datagrid when clicking on a deletecommand button.
I want to get the selected value of the datagrid.
In ASP.NET 1.1 I did this whit e.Item.ItemIndex
In ASP.NET 2.0 I can't use this anymore because EventArgs e has only the
properties/methods tostring, Equals, getHashcode and getType.
Does somebody know a solution for this ?
thx,
I'm raising an event in a datagrid when clicking on a deletecommand button.
I want to get the selected value of the datagrid.
In ASP.NET 1.1 I did this whit e.Item.ItemIndex
In ASP.NET 2.0 I can't use this anymore because EventArgs e has only the
properties/methods tostring, Equals, getHashcode and getType.
Does somebody know a solution for this ?
thx,