Using a PHP page to display an ASP.NET control
ASP.NET
1
Posts
1
Posters
1
Views
1
Watching
-
I'm stretching here, because I know there is a fundamental difference in the way the server interprets the two, but I have a new ASP.NET control that emulates part of the functionality of my legacy PHP pages. Is there any way that anybody has come across to display an ASP.NET control within the PHP page? It's basically a souped-up menu, so the drop-down parts of it exclude use of an IFRAME. Some sort of in-line scripting in an included file, perhaps? It's an interesting problem. Any ideas?