简体   繁体   English

php文件中的ASP.NET用户控件(ascx)

[英]ASP.NET User Control (ascx) inside php File

We have a nice looking dynamic website developed in php. 我们在php中开发了一个漂亮的动态网站。 server is IIS7. 服务器是IIS7。

Also I have a asp.net user control[ascx], which is a special utility calendar with a nice UI and lot of DB interactions. 我还有一个asp.net用户控件[ascx],这是一个特殊的实用程序日历,具有良好的用户界面和大量的数据库交互。

Can I put this asp.net user control inside one of the php file? 我可以把这个asp.net用户控件放在一个php文件中吗?

No you cannot do this in a normal way. 不,你不能以正常的方式做到这一点。 You can do this if you use an Iframe and call an asp.net page where your user control exists in your php website. 如果您使用Iframe并调用您的php网站中存在用户控件的asp.net页面,则可以执行此操作。

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM