Showing posts with label Dataview. Show all posts
Showing posts with label Dataview. Show all posts

Saturday, 16 February 2013

How to change dataview to datatable in C#?

There are situations, we have to convert a dataview to datatable as the code below.

Dataable dt=dv.ToTable();


Enjoy!!

You might also like:

Related Posts Plugin for WordPress, Blogger...