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 is a nested masterpage in asp.net 2.0? Can there be a master page inside a masterpage?
Explain the difference between page.registerclientscriptblock and page.registerstartupscript?
What is the use of placeholder control? Can we see it at runtime?
What is the difference between a page theme and a global theme?
How u refer webservices?
Explain difference between friend and protected friend?
Where the assembly is stored in asp.net?
What is the difference between session and application?
What is the life cycle of an asp.net page?
How do we implement bundling in MVC?
In your ASP.NET 2.0 web application you want to display an image that is selected from a collection of images. What approach will you use to implementing this?
What is localhost in asp.net?
Why is an object pool required?
Explain different types of validators in asp.net?
Explain the Session state management options available with ASP.NET?