Hello!
You have to initialize the dt3 before copy the content from dt2.
Try something:
dt3 = dt2.Clone()
And then
dt3 = dt2.CopyToDatatable()
Hope it Helps ![]()
Regards,
Hello!
You have to initialize the dt3 before copy the content from dt2.
Try something:
dt3 = dt2.Clone()
And then
dt3 = dt2.CopyToDatatable()
Hope it Helps ![]()
Regards,