G
Guest
I have a DataTable and Dataview
When I modify a DataTable, the changes are getting reflected in my DataView
But when I modify Dataview, it's not getting reflected in my DataTable
why so
When I modify a DataTable, the changes are getting reflected in my DataView
But when I modify Dataview, it's not getting reflected in my DataTable
why so