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 the use of Dataview?
What is the executescalar method?
What is read only and forward only in ado.net?
can we create synonymn in ms access,sql server,my sql if so explain me with example
What is ado code?
What is a data control clerk?
What is the procedure to call a Stored Procedure of Back End in ADO (ActiveX Data Object) and RDO (Remote Data Objects)?
What are the drawbacks of using ado.net?
Explain how to create dynamic gridview?
Is it possible to edit data in Repeater control?
What is the default timeout specified for "sqlcommand.commandtimeout" property?
What is dataset object? Explain the various objects in dataset.
What are the differences between OLEDB and SQLClient Providers?
What are the data access namespaces in .NET?
What is oledb connection?