Fill Dataset to DetailsViews in run time

J

Jason Huang

Hi,

In the C# .Net 2.0,I would like to fill data from a Dataset to a DetailsView
in the run time.
The DetailsView seems to me like a Table that combines lots of Cells.
Thanks for advice.


Jason
 
A

Aneesh Pulukkul[MCSD.Net]

Hi,

In the C# .Net 2.0,I would like to fill data from a Dataset to a DetailsView
in the run time.
The DetailsView seems to me like a Table that combines lots of Cells.
Thanks for advice.

Jason

Depends on the schema/structure of DetailsView. You can loop through
the rows in the DataTable in DataSet and assign the values. Here we
need to see whether a mappping is there between actual datatable and
detailsview.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top