Skip to main content
Participant
September 2, 2010
Question

Dynamic tables

  • September 2, 2010
  • 1 reply
  • 373 views

hi, am makin a web page with dyanamic tables but i cant see any data when i load the page in a web browser, yet when i test the recordset which i used to make the dynamic table it works properly. is there anyone who knows what the problem is and how i could rectify it?

This topic has been closed for replies.

1 reply

Participating Frequently
September 2, 2010

>is there anyone who knows what the problem is

You did not supply a link to your page or any code so nobody could possibly know what the  problem is. We can only guess. Much of the time, problems like this are caused by incorrect sql query parameters. Start by testing the recordset row count.

Participant
September 3, 2010

i got what the problem was, i was adding a filter to the record set yet i wanted all the table content to be shown. so what i did was remove the filter and it worked perfectly. thanks