Hi Guest

MobileUser

1 HomePage 1 Jobs 1 WalkIn 1Articles  

Cat Exam

 :) Latest Topic
AJAX
VB.NET
SQL Query
UDDI
CLASS
JavaScript Questions
SharePoint Interview
SilverLight
WCF
general knowledge
 ASP.NET
 :) Hot Jobs
 
 :) Latest Articles


  

 


How to do sorting of dataset after binding with dataset
Question Posted on 10 Jul 2012

Home >> DotNet >> ADO.NET >> How to do sorting of dataset after binding with dataset




Below code helps us to do sorting of data in dataset after fill data from database to dataset
// First we decalre dataset
DataSet ds=new DataSet();
//function to fill dataset
ds=objclass.filldatasetfunction();
//now declare dataset
DataView dtView = ds.Tables[0].DefaultView;
//apply sorting to datatable
dtView.Sort = "fname ASC";
//bind datatable to datagrid
DataGrid1.DataSource=dtView;
DataGrid1.DataBind();
0
0



 
 Input Your Comments Or suggestions(If Any)
 Name
 Email(optional)
 Comments


Other Important Questions
Getting Error DataControlRowType does not found in dotnet GridView?
Connection and Disconnected Scenario in ADO.Net
Error illegal characters in path while reading xml from dataset
Code to apply distinct keyword record on dataset table
Define different execute methods of ADO.NET Command Object






 
Top Searches:asp net questions vb net questions sql query uddl questions class javascript Questions sharepoint interview questions and concept silverlight questions and concept wcf questions beans general knowledge ajax questions
PHP | Biztalk | Testing | SAP | HR |