Exit
  • Global community
    • Language:
      • Deutsch
      • English
      • Español
      • Français
      • Português
  • 日本語コミュニティ
  • 한국 커뮤니티
0

Dynamic tables

New Here ,
Sep 02, 2010 Sep 02, 2010

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?

TOPICS
Server side applications
376
Translate
Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
LEGEND ,
Sep 02, 2010 Sep 02, 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.

Translate
Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
New Here ,
Sep 03, 2010 Sep 03, 2010
LATEST

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

Translate
Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines