yeah we used merge method, but the error "merge is not a method of
system.data.datatable" occured.
"Miha Markic [MVP C#]" <miha at rthand com> wrote in message
news:%(E-Mail Removed)...
> Use DataTable.Merge method
>
> --
> Miha Markic [MVP C#]
> RightHand .NET consulting & development www.rthand.com
> Blog: http://cs.rthand.com/blogs/blog_with_righthand/
>
> "Ravindra" <(E-Mail Removed)> wrote in message
> news:Os6aH$(E-Mail Removed)...
>> Hi
>>
>> How to pass the content of one data table to another data table.I simply
>> tried using assignment operator...Example:
>> datatable1=datatable2...But,its not working..
>>
>> ravindra
>>
>>
>>
>>
>>
>>
>
>