Click here to Skip to main content
15,892,517 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
I have two datatable, Firist datatable in 300 rows. second is empty
i want to generate a random no and want to random rows from firist datatable
and its import in second datatable
Posted

1 solution

It's matter of selecting rows randomly. Read the following.

http://msdn.microsoft.com/en-us/library/cc441928.aspx[^]
 
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