| Author |
How To..dynamically generate table
|
shesh anand
Greenhorn
Joined: Feb 10, 2007
Posts: 29
|
|
The query is how to generate table dynamically as an user selects according to some conditions...for instance ..."select * from tablename where condition"...now as the where condition changes the value and number of rows o data to be retrieved will certainly change...so what i need is a program in HTML or using javascript to generate tables dynamic in size according to data....i am using JSP....should "<td><%=request.getString("name")%></td>" and others(attributes) in other rows...fetched from database...bottom line is i need a dynamic search from database on HTML forms using JSP...if any could help [ April 21, 2007: Message edited by: Bear Bibeault ]
|
 |
 |
|
|
subject: How To..dynamically generate table
|
|
|