DataGrid Question

D

dotnettester

Hi,

I have a datagrid which populates fine with a DataReader as source.

I want to add additional rows to the Data Grid above the data from the
datasource.

How can I do that?

Thanks.
 
S

societopia.net

The DataReader is a read-only, forward-only stream of data from a database.
If you want to add rows to (or edit) your datasource you should use an object
of type System.Data.DataSet class. (Look up the MSDN library for examples of
the DataSet class)
 

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

Members online

No members online now.

Forum statistics

Threads
473,780
Messages
2,569,611
Members
45,277
Latest member
VytoKetoReview

Latest Threads

Top