AJAX :: Popup Extender At Run Time Or Programmatically?
Dec 24, 2010How can I use Ajax Popup Extender at run time Or Programmatically??
View 3 RepliesHow can I use Ajax Popup Extender at run time Or Programmatically??
View 3 RepliesI have a bunch of link buttons which I crate at runtime. Now when the user clicks the link button I generate a gridview based on the selection. I got all this to work.Now instead of showing it just like a gridview I would like to attach a popup to the link buttons I created at runtime and show them as a panel popup with the gridview in it.How do I do something like this?
View 6 RepliesI have used Modal Popup Extender control to popup an enquiry form onpage load.
I want that if user remains on current page for atleast 1 minute, then Modal popup Extender should get poped up after 1 min.
I have a user control and inside that user control I have a image button on whose click I am opening a modalpopup extender(which is another user control) I am populating all the values in drop down list and getting all the information i need on the form. The user and go and save the information required on that web form and clicking on cancel would exit the form which would bring the user back to the main user control.
The problems faced:
1.Problem 1: Not refreshing On clicking on tree view one of the nodes I am calling the reload function of parent user control as well as the user control present as popupextender. This click would refresh and fill in the values from the database for user to view and edit. Now when the user clicks on the image button another user control opens up where he can edit the entire values of the form and move back and forth in the records I have put update panels for every block and for the buttons. He can save the information. But when he exits and form and reopens it after a while the values of the form are retained the values which are not saved to the database but the ones which were selected so it is retaining them and not refreshing. How can I force the refresh everytime the button is clicked for modalpopup extender user control.
2. Problem 2 enable/disable buttons I am not able to enable and disable the buttons inside the extender the buttons are in the update panel as well as for the different sections of the form.
I want to show modal popup extender when user idle on the same page for some minutes..(note:not session time out alert). How can i achieve this?
View 1 RepliesWhen i try to submit the page which has modal popup extender,popup extender becomes visible! How can i avoid this?
View 2 RepliesI want to authenticate a user using model popup extender. So I wrote a program to do this. Everything OK when user enter the correct details. But user enters the wrong detail, it should shows in a lablel in a popup panel. It shows; but the problem is it close the popup . But I want to keep the popup if the user enters the wrong details. How can I do this?
View 5 RepliesI tried to find any methods to validate items inside Modal Popup Extender
View 1 RepliesI wish to write a modal dialog box for my project, similar to this http://obout.com/editor_new/howto_sc.aspx.Which is very simple:When a user click on a button,the page will make a call to a web service and when it is done,a Movable Modal Dialog box will show and populated with my data, along with buttons and scripts for those buttons.It seems that the panel and popup extender can show the popup but it is not movable.Should I do it with AJAX tool kit or using pure Javascript, I see a few sample on the web, but it is kind OF complicated.
View 5 RepliesModal PopUp Extender Catch exception error and display on modal popup
[Code]....
When using a modal popup extender along with an embedded video, the popup is hidden behind the video in IE but works as expected in FF.I've tried manually setting the z-index of the popup to a huge number and the z-index of the video object to 1 but this makes no difference.
I've put the code for a sample page below.
[Code]....
use popup extender with checkboxlist?
i have to use popup extender in header of gridview columns...
which gives checkboxlist....
I'm trying to use the AJAX PopUp control extender. If I hard code the entried of the radiobutton list, then it works, but what I'm trying to do is populate the radiobuttonlist depending on the element chosen in the first dropdown list....but this doesn't work....Why will it work if I add the items in the "rblCSTP" but if I try to populate it based on the ddlElements then it won't work?
<td valign="top">
<asp:DropDownList ID="ddlElements" runat="server">
<asp:ListItem>1</asp:ListItem>
<asp:ListItem>2</asp:ListItem>
[code]...
I have a Ajax modal popup extender .Its working fine in FF but not in Ie .
View 1 RepliesThe Top is IE and the bottom is FireFox. Firfox is showing correctly. In IE, however, the grey background start directly on the left edge of the page and not across the window span, and the modal target stays below the grey background.
[Code]....
I have a panel called pnCategories that contains 3 checkboxlists. I have a button that binds data from database to these 3 chechboxlists when clicked on. The panel pnCategories should be popped up with AJAX ModalPopupExtender. The problem is, when the button is clicked, client side popup is executed first before running into server to fatch the data. How can I trigger popup at the end? Is it possible to trigger it with Javascript?
View 4 RepliesHow can i reset ajax mdal popup extender.. If user first open the modalpopup on the button click then do some events in popup and after closing the popup if user next time opens the popup i want it t to be refershed and same as i have created..
View 5 Repliesi have created an ajax modal popup extender and i want to be able to grab the values in the textboxes that are on the panel. how do i accomplish this from code behind:
[Code]....
once i have the value i need to perform a stored proc and isnert into the database. i have this part sorted but not sure how to grab the values initially.
I have a page with a gridview and 2 panels each one assigned to its own ModalPopupExtender similar to below...
<asp:GridView ID="MyGV" runat="server">
</asp:GridView>
<asp:Panel ID="Panel1" runat="server" style="display:none;">
[code]...
I try to accomplish the following: When I click on a LoginStatus to log out, I want a modal popup extender to popup ONLY when some condition is true.The mpue has a targetcontrolId that refers to the LoginStatus-control, a PopupControlId that refers to a asp:panel-control.So far I accomplished only two situations:
- always a popup
- never a popup.
I am facing problem while using popup control with Grid.Following is the situation.I have a grid. in grid for each row there is an anchor tag for "Add Comment".on clicking this anchor tag a popup should apear with a textbox to add comments,two buttons - Save and Cancel and a requirefieldvalidator which will check that whether the textbox is filled or not.Now the problem is when i click on save button the requiredfield validator doesn't work.and if i go with the flow means after adding comment hitting the save button - saves my comment but popup contol doesn't get hide. it appears as it is.Can anyone please help me out in this??Can anyone tell me how to hide popup control after saving. and why required validator doesn' get fired???
Im trying to dynamically create a popup control extender for labels which are also dynamically created. the labels are one a dynamically created accordion pane. Here is a section of my Page_Init method:
[Code]....
When I run the site with this code I get the following error:Microsoft JScript runtime error: Sys.ArgumentException: Value must not be null for Controls and Behaviors.Parameter name: element
I thought it might be because the target control ID changes during compilation so i tried to find the labels in the Page_InitComplete method with this:[Code]....
The expression in the FindControl argument is what the id of the label looks like when i view source in my browser after running the page.I also tried to use the popup control's DynamicControlID property, but im not sure what the DynamicServiceMethod is for.
I have a login control on a web application. I am using a modal popup extender to show a message when the login button is hit. That all works fine. The problem is, once the user hits the "OK" on the popup, it closes and then nothing happens. I tried adding javascript postback but did not help.
View 3 RepliesI have a page which displays a modal popup window.
In the popup window I have a textbox and 2 radio buttons. How can I set focus to the textbox when this popup window is displayed.
I need to set focus on a textbox in parent form after the pop extender closes. I am setting the focus before showing the popup, but when the popup closes, it is lost.
View 1 Replies