如何使用弹出窗口在asp.net中输入数据

问题描述:

我想在asp.net中使用弹出窗口
我希望用户单击按钮并打开一个弹出窗口,然后输入他的详细信息

i want to use popup in asp.net
i want user click on button and a popup open and user enters his details

检查这些链接,您可以在Google搜索中找到更多信息.

ASP.NET弹出控件 [ AjaxToolkit Popup [
check these links and you can find many more in google search.

ASP.NET Popup Control[^]
AjaxToolkit Popup[^]

--Pankaj


看看这些:
ASP.NET弹出控件 [ ModalPopup演示 [此处 [
Have a look at these:
ASP.NET Popup Control[^]
ModalPopup Demonstration[^]

If need for more, look here[^]


为您提供警告的字眼.由于弹出式窗口令人讨厌,并且经常带有不受欢迎的广告,因此许多用户使用其浏览器的弹出式窗口阻止功能或插件来阻止它们.

一个很好的选择是使用隐藏元素(通常为div).您可以控制其可见性,并在单击按钮时以其内部形式关注某些输入元素.

—SA
A word of warning for you. As pop-ups are irritating and ofter carry unwelcome advertisement, many users block them using their Browsers'' popup-blocking features or plug-in.

A good alternative is using hidden element (usually div). You control its visibility and focus on some input element in its inner form on click on your button.

—SA