Ravindra
Fri Dec 30 03:49:46 CST 2005
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:%23UEpwSSDGHA.2436@TK2MSFTNGP15.phx.gbl...
> 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" <ravindra@nannacomputers.com> wrote in message
> news:Os6aH$RDGHA.208@tk2msftngp13.phx.gbl...
>> 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
>>
>>
>>
>>
>>
>>
>
>