J
|
JOHNF777 3/17/2008 |
If I understand you correctly you're getting tables from 2 different databases? You'll have to create Views on your databases that access the other. Not sure what database you're using. On MS SQL, creating VIEWS is pretty easy to do as long as you have "admin" rights. |
![]() |
Sergey Kornilov admin 3/17/2008 |
I think you can use header.asp and footer.asp file to pull data (template) from another database and display it on the web page. |
T
|
testasp author 3/18/2008 |
I think you can use header.asp and footer.asp file to pull data (template) from another database and display it on the web page. Check "How to integrate ASPRunnerPro application into existing website" tutorial at http://www.xlinesoft.com/asprunnerpro/tutorial.htm
|
![]() |
Sergey Kornilov admin 3/18/2008 |
I guess you can use an iframe to display ASPRunnerPro-generated application. Not sure what else to recommend. |