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.