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 can add an event handler?
What are the different properties of server control that exists?
How is the asp.net mvc architecture different from others? : asp.net mvc
Explain the difference between an exe and a dll?
Which protocol is used in a web api?
What is slidemaster?
Explain Life cycle of ASP.NET page when a request is made.
What’s the use of “GLOBAL.ASAX” file?
Can I recieve both html markup for page and code in the asp.net web page's source code portion in the web browser?
What is the difference between a default skin and a named skin?
List the events in page life cycle.
Let's say I have an existing application written using vb6 and this application utilizes windows 2000 com+ transaction services. How would you approach migrating this application to.net?
What is marshalling ? Is it a part of asp.net ?
What are the types of session in asp.net?
Explain advantages of caching?