vruttan
05-02-2005, 03:56 AM
In VS2005 Beta 1.0 I could retrieve data from a grid by using code similar to the following: GridView1.DataKeys(GridView1.SelectedIndex).Value("Name").ToString
In VS2005 Beta 2.0 I get the following warning when Iwrite the code: "Late bound resolution; run time errors could occur"
When I run the code I do getan error.
Any suggestion on how to pull data out of a selected row of a gridview.
Vince
In VS2005 Beta 2.0 I get the following warning when Iwrite the code: "Late bound resolution; run time errors could occur"
When I run the code I do getan error.
Any suggestion on how to pull data out of a selected row of a gridview.
Vince