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 connection string?
What is connected architecture in ado.net?
What are the objects of ado.net?
What is data reader in ado.net?
What are the namespaces used in ado.net for data access?
Define atomicity?
Which name space is used to get assembly details?
How can you identify whether or not any changes are made to the DataSet object since it was last loaded?
Define the executescalar method?
What is two way data binding android?
In how many ways we can retrieve table records count? How to find the count of records in a dataset?
Explain what are acid properties?
What is ado.net components?
What is difference between datagridview and datagrid control in winforms?
What is ado object model?