I have one dynamicall开发者_StackOverflow中文版y created SPGridview. In one column of the grid i have link button.
Can someone me t开发者_如何学Co open the modal popup when a vistor requests the page for the very first time, a cokie hides it thereafter. I need to do a survey. They answer one question and are redir
I have created a user control which contains an ImageButton. Upon clicking this ImageButton I open an AjaxControlToolkit:ModalPopupExt开发者_如何学Goender.
Can anyone PLEASE explain to me if this is expected behavior. I have an asp.net site that looks good and all fits on one page so no scrolling is needed.I am trying to show additional 开发者_运维问答c
I have an issue with a popup in Asp开发者_StackOverflow社区.net using AJAX. Is it possible to show one kind of popup when
How do I stop a ModalPopupExtender from showing the popup when a user navigates to the page via the browser\'s back button?
Hello all gurus in the area of ASP.NET AJAX and JavaScript! Here\'s the deal: I have a user control (ascx) that currently contains a help Button and a ModalPopupExtender showing a Panel. The idea is
I have GridView on my asp.net page, one column in that grid is ImageButton (TemplateField with ID=\"imbReserve\"). On click on that button I want to show PopUp, but when I put TargetControlId=\"imbRes
I have an ajax PopUpExtender outide a Repeter, it must be there becuase i use it Dynamicly on other contorls
I have two user controls. One is having a ModalPopupExtender which I need to show on a click of hyperlink button which is other use开发者_运维知识库r control.