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
Some important instruction regarding ADO.NET connection string ?
What are three methods for displaying data in a syncfusion datagrid
Does executenonquery return a value?
How can we load multiple tables in a dataset?
What is the use of ADO.NET and XML web services?
What is ole used for?
Which is faster entity framework or ado.net?
Which database is the ado.net sql connection object designed for?
What does datareader object do?
What is difference between connected and disconnected architecture in ado.net?
Which object needs to be closed?
What is a control toolbox?
What are all the different methods under sqlcommand?
Explain the difference between data reader and data adapter?
What is difference between ado.net and asp net?