D
Doug Thews
I've got some dynamically rendered HTML that I want to insert into a
specific table cell in a FrontPage web page. The app that spits it out is
an ASP.NET web page, but I can build a web service to spit it out, a .NET
GAC assembly, or just a plain-old COM component. I guess I can also just
insert a DIV into the table and make a reference to the ASP.NET page, but
I'll probably lose all my formatting and it just doesn't feel as clean.
My question is: What is the best practice for getting this information into
an existing FrontPage web page? I'm hesitant to just rename the web page to
ASPX and then use VS.NET to edit it, because the majority of the page is
just UI, and it's a lot easier to edit THAT stuff with FrontPage.
Thanks in advance for the help.
specific table cell in a FrontPage web page. The app that spits it out is
an ASP.NET web page, but I can build a web service to spit it out, a .NET
GAC assembly, or just a plain-old COM component. I guess I can also just
insert a DIV into the table and make a reference to the ASP.NET page, but
I'll probably lose all my formatting and it just doesn't feel as clean.
My question is: What is the best practice for getting this information into
an existing FrontPage web page? I'm hesitant to just rename the web page to
ASPX and then use VS.NET to edit it, because the majority of the page is
just UI, and it's a lot easier to edit THAT stuff with FrontPage.
Thanks in advance for the help.