943,581 Members | Top Members by Rank

Ad:
  • C# Discussion Thread
  • Unsolved
  • Views: 1724
  • C# RSS
Dec 3rd, 2008
0

Re: String reverse

Expand Post »
Hello Sir, Can u tell me how to merge two tables(no relationship) in datagridview. I have used merge method of datasets but in vain
Similar Threads
Reputation Points: 10
Solved Threads: 0
Junior Poster in Training
Gaurav arora is offline Offline
59 posts
since Mar 2007
Dec 3rd, 2008
0

Re: Merge Tables

See your other post on this matter
Reputation Points: 196
Solved Threads: 190
Posting Virtuoso
LizR is offline Offline
1,735 posts
since Aug 2008
Dec 4th, 2008
0

Re: String reverse

hi gaurav

u can merge two dataset like
Quote ...
TempDS.Tables[0].Merge(TargetDT.Tables[1]);
datagridview1.DataSource = TempDS.Tables[0];
use these code and let me know
Reputation Points: 10
Solved Threads: 23
Junior Poster
Renukavani is offline Offline
123 posts
since Jul 2008

This thread is more than three months old

No one has posted to this discussion for at least three months. Please let old threads die and do not reply to them unless you feel you have something new and valuable to contribute that absolutely must be added to make the discussion complete. Otherwise, please start a new thread in this forum instead.
Message:
Previous Thread in C# Forum Timeline: using in lass StringBuilder
Next Thread in C# Forum Timeline: WPF image location problem





About Us | Contact Us | Advertise | Acceptable Use Policy
Forum Index | Build Custom RSS Feed


Follow us on Twitter


© 2011 DaniWeb® LLC