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
How you will manage the state of ASP.NET controls?
Explain the different parts that constitute ASP.NET application?
What are the ways of preserving data on a Web Form in ASP.NET?
What are the differences between application object and session object?
Explain the asp.net mvc request life cycle? : asp.net mvc
Explain difference between friend and protected friend?
How can we inherit a static variable?
Can I recieve both html markup for page and code in the asp.net web page's source code portion in the web browser?
i want the asp.net technical questions and answeres
How to change Master page in ASP.Net using code?
What are directives in asp.net?
What is & in a url?
How do I upload a file from my ASP.NET page?
Define repository pattern in asp.net mvc? : asp.net mvc
What are the asp.net 2.0 features?