In a jsp page InsertUpdate.jsp (say) there is a button Insert to Save data in the database.I want that on clicking Insert button, besides saving data would be viewed in grid in the same page.
Now problem is that, I need to display a record of 30 columns.Since the grid is made of table it becomes distorted to accommodate 30 fields.How can I make it Horizontally scrollable?
Ads