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
How to store data in memory?
Explain sqlconnection object?
how you will deal result set? How do you sort a dataset?If a dataset contains 100 rows, how to fetch rows between 5 and 15 only?
What is a string variable?
What is ole in vb?
What are the steps you will take to improve performance?
What is sqldatareader?
Describe datareader object of ado.net with example.
What is connection in ado.net?
Define atomicity?
What is the difference between Data adaptor and Data set?
What is the difference between Command and CommandBuilder object?
how can implement dropdownlist in particular of dataset when try to update?
What is a column variable?
Explain ado.net features?