R
Rotsey
Hi,
I have created a typed dataset (xsd file) with 2 tables and a relation
between them
in VS2005.
How I do I now bind that dataset to a Gridview??
When i do this the page is blank.
ds = New DataSet1()
gridview1.Datasource = ds
gridview1.DataBind()
Example code would be helpful cause I am lost??
rotsey
I have created a typed dataset (xsd file) with 2 tables and a relation
between them
in VS2005.
How I do I now bind that dataset to a Gridview??
When i do this the page is blank.
ds = New DataSet1()
gridview1.Datasource = ds
gridview1.DataBind()
Example code would be helpful cause I am lost??
rotsey