Hi,
I made a table on an ASP page where I display records from a database. This works fine and when I test it with IE it displays the records. To display all the records I use the "Repeat region" feature.
Because I have many records I would like to display only 10 at the time, so I create 4 buttons underneath the table:
[First][Previous][Next][Last]
Apparently once I do that it doesn't work anymore. I get a white error page in IE that tells that:
=====================
Error Type:
Active Server Pages, ASP 0141 (0x80004005)
The @ command can only be used once within the Active Server Page.
=====================
Does anybody knows what is wrong?
Thanks
I made a table on an ASP page where I display records from a database. This works fine and when I test it with IE it displays the records. To display all the records I use the "Repeat region" feature.
Because I have many records I would like to display only 10 at the time, so I create 4 buttons underneath the table:
[First][Previous][Next][Last]
Apparently once I do that it doesn't work anymore. I get a white error page in IE that tells that:
=====================
Error Type:
Active Server Pages, ASP 0141 (0x80004005)
The @ command can only be used once within the Active Server Page.
=====================
Does anybody knows what is wrong?
Thanks