Tuesday, February 23, 2010

Convert DataTable to DataView in Asp.net C# in VS 2008

The following sample code will demonstrate the convertion from DataTable to DataView in C# in VS 2008.
In VS 2008, DataView have one method which accept datatable as input parameter and it return the converted result as dataview by using DataView(). Ok now look at the converting DataTable to DataView example code:










protected void Page_Load(object sender, EventArgs e)
{
if (!

No comments:

Post a Comment