Hi i am having the data on table in one field "ByYear" it contain the data years like 2005-2006, and the field type is varchar(10), the table data contains the following list... now my requirement was, i have to show the ByYear field data in Combo box in accending order on my Jsp page, here we can take value for accending by first year(2005 among 2005-2009). ru get the point?...... here i am showing the data of my table
ByYear
---------
2009-2010
2010-2011
2006-2009
2007-2009
2009-2010
2010-2011
2011-2012
2010-2011