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.
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.
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
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
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.
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.
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
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
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
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.