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 ado object model?
What is a data control clerk?
What is ado.net in vb net?
What are the different execute methods of Ado.Net?
What is dataset object? Explain the various objects in dataset.
What are the usages of the command object in ado.net?
What is basic use of data view?
What is the difference between Dataset. clone and Dataset.copy?
What is oledb driver?
Is bulk insert faster than insert?
What is data relation?
What are the uses of Stored Procedure?
Which method is used by command class to execute SQL statements that return single value?
What is ado.net architecture?
In how many ways we can retrieve table records count? How to find the count of records in a dataset?