Hello Guys,
I have to create a table or div based on database rows count.
Suppose, 20 rows are there on database. So 2 div or td should be created dynamically.
If 25 rows are available on database then 3 div or td should be created dynamically.
and table rows contents should be shown on div or td.
Actually i am opening a popup window using window.open method and it has link button. On click of link button either i have to open another popup window and create a table or division tag based on database table rows or on the same popup window i have to create the div or table itself and based on no. of divs window size should be resized.