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.Datas ource = ds
gridview1.DataB ind()
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.Datas ource = ds
gridview1.DataB ind()
Example code would be helpful cause I am lost??
rotsey
Comment