Programming Desk
Pages
Home
Buy Hosting (Offer)
Links
Wednesday, May 1, 2013
How to create a DataView from DataTable?
How to create a DataView from DataTable?
Posted by:
Raja
In order to create a DataView from a DataTable, use instantiate the DataView object by passing DataTable as parameter in the constructor.
eg.
DataView dView = new DataView(dTable);
No comments:
Post a Comment
Newer Post
Older Post
Home
Subscribe to:
Post Comments (Atom)
No comments:
Post a Comment