Insert row in dataset

J

juan

How can I insert a row anywhere (in the middle of the rows.count) in a DataSet?
I use one DataGridView control. Visual Basic 2005.
Thanks.
 
R

rowe_newsgroups

How can I insert a row anywhere (in the middle of the rows.count) in a DataSet?
I use one DataGridView control. Visual Basic 2005.
Thanks.

Why not add it normally to the end of the datatable and just sort the
thing when needed? Generally speaking, order of the table should not
matter. The content should just be filtered and sorted in the desired
way.

Thanks,

Seth Rowe [MVP]
 
J

juan

Because it is easier to me to see the record just behind and its values.
That's the reason.
Thanks.
 

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