Wednesday, August 18, 2010

How to create a grid using jsp ?

I am developing an application using jsp which retreives data from oracle database and show in a table all records at a time.





but i am interested to show the contents in a datagrid 10 per page.ie,10 recors per page how to do it.is there any IDE like .net in java which allow us to create grid.





thanks in advance.





How to create a grid using jsp ?
well Java IDEs you can use is NetBeans or Eclipse. they are both free and are the best 2 you can chose fromHow to create a grid using jsp ?
I don't think Java has the support for datagrids. However, there are a number of third party vendors whose packages support datagrids or you can implement one your own. Please check the documentation again. I could be wrong.

No comments:

Post a Comment