在ASP.NET中创建POPUP窗口 [英] Create POPUP window in ASP.NET

查看:209
本文介绍了在ASP.NET中创建POPUP窗口的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

嗨大家好



我在ASP.NET应用程序初学者请帮我在ASP.NET中创建POPUP窗口



谢谢



我的尝试:



我尝试创建一个包含少量数据库记录的弹出窗口。

解决方案

检查这些



使用ASP.Net

使用C#和VB.Net在ASP.Net中从服务器端打开新窗口(代码隐藏) [ ^ ]

http://www.ittutorials.in/source/aspDotnet/scf8/open-popup-window-on-button-click-event.aspx [ ^ ]



使用Jquery

对话| jQuery UI [ ^ ]



使用Div CSS

如何使用仅使用CSS创建全屏叠加弹出窗口 [ ^ ]

Div Css Popup - Demo [ ^ ]


您好jonas请参阅以下有用的链接,希望它能为您提供帮助。< br $> b $ b

Window createPopup()方法 [ ^ ]



模态ASP.NET Web应用程序中的弹出窗口|我使用开发人员技术的经验 [ ^ ]



在ASP.NET中创建POPUP窗口 [ ^ ]



< a href =http://yassershaikh.com/how-to-create-a-modal-popup-in-asp-net-mvc-3-using-jquery/>如何在ASP.NET中创建模态弹出窗口MVC 3使用Jquery | Yasser Shaikh [ ^ ]


这取决于你所谓的弹出窗口。通常,这个术语意味着使用 window.open 创建新浏览器窗口(也可以是浏览器选项卡)的概念(这将是答案;使用此JavaScript调用)。



在大多数情况下,这是一个非常糟糕的主意。它是侵入性的(你决定在哪里放置新内容,但是,根据网页设计和传统的精神,用户应该决定),不方便(用户需要记住新内容的位置并在窗口之间切换;不要忘记有些人可能会打开其他页面了,最后,很多人会阻止弹出窗口(这是浏览器的常用功能,通常通过浏览器插件启用)。



更好的选择是所谓的模态弹出,它模拟同一页面上的模态行为。除了jQuery Dialog Dialog | jQuery UI [ ^ ]),有许多不同的效果,例如过渡,特别是调光:模态弹出窗口 [ ^ ]。



请参阅我的文章: Modal Popup From Scratch [ ^ ]。

在这篇文章中,我不仅解释了它的工作原理,工作原理,还提供了动力。



-SA

Hi Guys

I Beginner on ASP.NET application please help me to creating POPUP Window in ASP.NET

Thanks

What I have tried:

I have try to create a popup window with few database records.

解决方案

check these

Using ASP.Net
Open New Window from Server Side (Code Behind) in ASP.Net using C# and VB.Net[^]
http://www.ittutorials.in/source/aspDotnet/scf8/open-popup-window-on-button-click-event.aspx[^]

Using Jquery
Dialog | jQuery UI[^]

Using Div CSS
How to create Full screen Overlay Popup using CSS only[^]
Div Css Popup - Demo[^]


Hi jonas please see below helpful link i hope it will help you.

Window createPopup() Method[^]

Modal Popup Windows in ASP.NET Web Applications | My experiences with developer technologies[^]

Create POPUP Window in ASP.NET[^]

How to create a modal popup in ASP.NET MVC 3 using Jquery | Yasser Shaikh[^]


It depends on what you call "popup window". Usually, this term means the concept of creation of a new browser window (which can also be a browser tab) using window.open (and this would be the answer; use this JavaScript call).

In most cases, it would be a pretty bad idea. It's intrusive (you decide where to place new content, but, in the spirit of the Web design and tradition, the user should decide that), inconvenient (the user would need to remember where new content is and switch between window; don't forget that some may have dozen of other pages open), and finally, many will block popups (this is a usual feature of browsers, often enabled via browser plug-ins).

Much better alternative is so called "modal pop-up", which simulates modal behavior on the same page. In addition to jQuery Dialog (Dialog | jQuery UI[^]), there are many, with different effects, such as transitions, and, notably, dimming: modal popup[^].

Please see my article: Modal Popup From Scratch[^].
In this article, not only I explain how it works, why it works, but provide the motivation.

—SA


这篇关于在ASP.NET中创建POPUP窗口的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

查看全文
登录 关闭
扫码关注1秒登录
发送“验证码”获取 | 15天全站免登陆