You are currently viewing the Dreamweaver (all versions) section of the Wrox Programmer to Programmer discussions. This is a community of software programmers and website developers including Wrox book authors and readers. New member registration was closed in 2019. New posts were shut off and the site was archived into this static format as of October 1, 2020. If you require technical support for a Wrox book please contact http://hub.wiley.com
To retrieve and display data from a database, I used two recordsets and I executed two "bindings" separately. The problem is that when the page is loaded, it seems that only one of the bindings occur: one of the tables (both with "repeat regions") does not seem to be populated by the data retrieved from the database.
I guess this problem may be considered an ASP question but I would appreciate if someone could tell me were and what I should add to the Dreamweaver generated code to make the page "load completely".
I found the problem in the code: there was some "repeat region" definition instructions related to a previous "repeat region" not used anymore and not properly taken out.
Thank you anyway.
Regards,
fskilnik.
P.S.: for the interested readers, that´s what I had to take out: