G
Ger
Hi,
I encountered the following error:
Method 'DG_SelectedIndexChanged' cannot handle Event 'SelectedIndexChanged'
because they do not have the same signature.
I am using SBS2003, SQL2000, ASP.net 1.1 (VB.net). On a form I drawed a
DataGrid and filled it with data from SQL2000. Now, when a user selets a row
in the DataGrid I want to retrieve the data of the row via the
SelectedIndexChanged-event. In this case, I have to modify the e from
system.eventargs into DataGridCommandEventArgs, but then I got this error.
Any help is appreciated,
regards, Ger.
I encountered the following error:
Method 'DG_SelectedIndexChanged' cannot handle Event 'SelectedIndexChanged'
because they do not have the same signature.
I am using SBS2003, SQL2000, ASP.net 1.1 (VB.net). On a form I drawed a
DataGrid and filled it with data from SQL2000. Now, when a user selets a row
in the DataGrid I want to retrieve the data of the row via the
SelectedIndexChanged-event. In this case, I have to modify the e from
system.eventargs into DataGridCommandEventArgs, but then I got this error.
Any help is appreciated,
regards, Ger.