F
Fred Nelson
Hi:
I have a VB.NET web app that contains a datagrid on a web form that is
loaded as follows:
DataGrid1.DataSource = lookup.searchnames(getinformation)
DataGrid1.DataBind
The grid displays data for the user and contains one column that is an html
link.
In some circumstances I would like to be able to read the values in the
DataGrid - for example I may want to read the first row:
Logically:
dim myval as integer = Datagrid1.Row(0).Col(0).value
Does anyone know how to do this from a DataGrid?
Thanks very much!
Fred
I have a VB.NET web app that contains a datagrid on a web form that is
loaded as follows:
DataGrid1.DataSource = lookup.searchnames(getinformation)
DataGrid1.DataBind
The grid displays data for the user and contains one column that is an html
link.
In some circumstances I would like to be able to read the values in the
DataGrid - for example I may want to read the first row:
Logically:
dim myval as integer = Datagrid1.Row(0).Col(0).value
Does anyone know how to do this from a DataGrid?
Thanks very much!
Fred