hi all,
can we sort the data set without using the gridview sort method
Answer Posted / chnd147
Yes we can sort data in dataset by using dataview or by
datatables.There is a "select" method to filter or to sort
data in data tables
| Is This Answer Correct ? | 5 Yes | 2 No |
Post New Answer View All Answers
What is the use of asp.net web api?
Explain what is postback in asp. Net?
If I am developing an application that must accomodate multiple security levels though secure login and my asp.net web application is spanned across three web-servers (using round-robin load balancing). What would be the best approach to maintain login-in state for the users?
What are asp.net web forms?
From which base class all web forms are inherited?
When you use Ajax controls in the ASP.NET application?
Explain form level validation and field level validation?
When Cookies are expired in ASP.NET?
What is a viewstate?
Describe how passport authentication works.
What is asp.net ajax?
What is the default Orientation property in a Menu control?
What is view state management in asp net?
What are the advantages and disadvantages of Using Cookies?
Why we use dbms for projects? Why don’t we save any application data in separate files instead of dbms?