Dategrid filtering and sorting
How can we sort all the fields at once?
Answer Posted / srividhya.s
Undoubtedly u need to write a sql query for this with the
order by (or) sort by.
And also call the subroutine that fills the datagrid after
each insert or delete so that u can see the changes at the
runtime with the new alignment(i mean sorting)...
| Is This Answer Correct ? | 1 Yes | 0 No |
Post New Answer View All Answers
What are the different types of validation controls provided in ASP.NET?
Where are session variables stored?
Who is using asp.net?
How many types of server controls do we have?Also explain differance between them taking an example of ASP.NET?
What is difference between Fragment Caching and Page Caching in ASP.NET?
Explain form level validation and field level validation?
What are user controls?
Explain Areas in MVC?
What is the difference between a multi-layer and multi-tier applications?
How do I send an email message from my ASP.NET page?
What are cookies in asp.net?
How do you open a page in a new window?
What is view state management in asp net?
Differentiate between client-side and server-side validations in web pages.
What is asp.net and its advantages?