i have a jsp page in which a text box should automatically generate sequential values for id with ‘x+1’ as starting value? (where x is the last value in the database)
i wanna do it thru servlet. so how to do it with servlet?
also is it possible to do with jsp or javascript?
Thank u…