Do Asp.net webform controls have topmost feature like Winforms controls do?

拜拜、爱过 提交于 2019-12-12 06:04:31

问题


im wondering if i can make a group of control that will stay on screen even someone on another webpage while my webpage open in another tab,in asp.net.Like winform's topmost feature.


回答1:


No, you can not do this.

If you're expecting to port a winforms application to webforms feature for feature, you're going to be greatly disappointed. WebForms is still just a thin veneer over the http protocol; one that tends to peel up at the corner.

If you're trying to keep something on top via the web, you can't do that without a plugin, no matter what web platform you use.



来源:https://stackoverflow.com/questions/28754276/do-asp-net-webform-controls-have-topmost-feature-like-winforms-controls-do

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!