Tuesday, November 29, 2011

How to do result set on a page where the user can sort on the column headers?

One possibility: Have an optional field in your form or GET url called (appropriately) ORDER with a default value of either "no order" or whatever you want your default ordering to be (i.e. timestamp, username, whatever). When you get your request, see what the value of the ORDER element is. If it&
Category:JDBC Interview Questions

No comments:

Post a Comment