Answer Posted / narayansahu
pass the datatable in dataview object and call the sort
method on dataview
dataview dv=new dataview(dt)
dv.sort
that's it
Is This Answer Correct ? | 17 Yes | 17 No |
Post New Answer View All Answers
What is an ADO.Net?
What is a non query?
Difference between sqlcommand and sqlcommandbuilder?
how can implement dropdownlist in particular of dataset when try to update?
how we can fire event in databound coulm in datagfrid withot using button?
How to add an aggregate column?
What is the difference between an ADO.NET Dataset and an ADO Recordset?
How to create data relations?
What is the difference between typed and untyped dataset?
What is the use of sqldatareader class?
Some important instruction regarding ADO.NET connection string ?
What is the default timeout specified for "sqlcommand.commandtimeout" property?
Why do we use sqldataadapter?
What is aggregate root?
Why do we serialize data?