Click here to Skip to main content
15,898,134 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
Hello everyone, I just want to know How can I add new rows of data between rows inside my DataTable? is it possible?, please help on how to do it, Thanks in advance.
Posted
Updated 5-Feb-14 15:25pm
v2

1 solution

Not really. Since databases don't really care about the order of records why should the DataTable? Sorting is a UI concept, not really a storage concept.

You could sort the datatable if you've got a column to sort on or if you add one just for the purpose.
 
Share this answer
 

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900