modalpopupextender
Ajax modal popup inside update panel causes flickering
I have an ajax modal popup, which is shown on click of a button in base page. And on click of a button in popup, Base page should be updated. Everything works perfectly fine.[详细]
2022-12-24 07:26 分类:问答Use ModalPopupExtender without having to set TargetControlID?
I\'d like to use a modalpopupextender in my asp.net page to show a sub form. But it only has to show on specific conditions. Those conditions are determined in a piece of javascript code.[详细]
2022-12-23 05:51 分类:问答How to ensure ModalPopupExtender only shows when validation is successful?
How do I setup the ModalPopupExtender to not show when the validation on the page fails? I have a Re开发者_运维技巧quiredFieldValidator on a textbox. On Submit, I would like to show the ModalPopupExte[详细]
2022-12-23 00:59 分类:问答Edit a gridview inside a modalpopup without closing popup
I\'ve got a modal popup (using ModalPopupExtender) working in a kind of master/detail view for a grid. When you click a button on one grid, it displays a popup window containing another grid of inform[详细]
2022-12-22 09:36 分类:问答asp.net ModalPopupExtender : need to show scroll bar when overflow
I display a gridview in a ModalPopupExtender. When the screen resolution is to small, the pop-up is to big to all be displayed on the page.[详细]
2022-12-22 07:59 分类:问答Does modal popup extender need update panel?
Is it necessary that we shud use modal popup extender inside a开发者_Go百科n update panel ?No, you can use it without an UpdatePanel, but you still need a ScriptManager.[详细]
2022-12-21 20:56 分类:问答Microsoft JScript runtime error: Sys.InvalidOperationException: Two components with the same id
I\'m working in ASP .NET dynamic data. In one of my edit controls I wanted to allow the user to add records from a related table to the current page. (Literally, if you are on the orders page, you wou[详细]
2022-12-21 09:44 分类:问答ModalPopupExtender strange behavior
I\'m developing an ASP.NET application with C# and Visual Studio 2008 SP1. I\'m using WebForms. I have an ASPX page with two UpdatePanels, one on the left that holds a TreeView and other on the right[详细]
2022-12-20 08:42 分类:问答Calling one ModalPopupExtender from two different buttons?
I have a panel that is hooked up to a ModalPopupExtender but it can be called two different ways, by either adding a user (one button click) or editing a user (a totally different button click).The co[详细]
2022-12-20 03:16 分类:问答Need help with a simple ASP.NET ModalPopupExtender example
I\'m new to ASP.NET and I\'m trying to get this Ajax ModalPopupExtender working. This is an example i found on the net, but nothing happens when btnpopup is clicked.[详细]
2022-12-19 06:48 分类:问答