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 to disable cut, copy and paste in TextBox using jQuery in asp.net?
Where would you use an ihttpmodule, and what are the limitations of any?
Is asp.net a programming language or framework?
What are the asp.net 2.0 features?
What is the procedure to handle the process request using mhpm events fired? : asp.net mvc
WSDL means?
What are the different method of navigation in asp.net?
What are web server controls in asp.net?
In asp.net, how can you validate drop down box?
where can i gather the materials for MCP certification
What is the viewstate in asp.net?
Is viewstate secure?
How you will manage the state of ASP.NET controls?
What is actually returned from server to the browser when a browser requests an .aspx file and the file is displayed?
What are the event handlers that can be included in the Global.asax file?