AJAX Modal Popups / Trying To Add Another One, Neither One Of Them Work?

Dec 16, 2010

We are successfully using ajax modal popup on our web application.But when we try to add another one, neither one of them work. Is it only allowed to have ONE modal popup on an ASP page?

View 2 Replies


Similar Messages:

AJAX ::using 2 Modal Popups On The Same Page?

Aug 6, 2010

I'm having a problem using 2 ajax modal popups on the same page.If i use just 1 modal popup it works fine. I have a button (btnCommentOK) which calls an onlick function (OnClick="SaveCommentData") This works fine. The problem is when I add a second modalpopup extender. Funtionality works for the second modal popup but now the OnClick function on the first modal popup no longer works!

[code]...

View 2 Replies

AJAX :: Get Rid Of Page Flicker When Using Modal Popups?

Mar 27, 2010

our pages flicker when using modal popups.

Any way to reduce the flicker?

We tend to postback a response to the primary page to change data, or do something, then return a modal popup with results of change or action.

Upon showing the results or a confirmation screen in the modal popup, there is flicker.

View 2 Replies

AJAX :: Modal Popups In A Single Page

May 14, 2012

i have one modal popup in a page already & functioning properly..i added another modal popup but its not getting displayed as it shld in the center.

View 1 Replies

.net - Multiple ASP Modal Popups On One Page?

Dec 18, 2010

We have a working modal popup on an asp.net page, and need to add another one. A linkbutton opens the first one.But if we try adding code for another linkbutton to open a second popup, which will use another mp extender control, neither one of them work. If we then remove the second popup and extender code, it works again.

I posted this question before but got an answer about using them in a gridview, which is not what is going on. This issue is not that complicated, just the fact that we can't get two separate popups working on a page. Are there any bugs or anything that would be preventing this from working? The code below is for the working popup. It seems logical that if we add code that works to a page and give the controls new names, it should work as well, right?

<!--modal popup extender-->
<ajax:ModalPopupExtender ID="mpe1" runat="server"
DropShadow="false" [code]....

In the page there is also the hidden button for the popup. it looks like this:

<!--hidden button for modal popup -->
<asp:Button ID="btn1" visible="true" runat="server" Style="display: none" Enabled="false" />

View 1 Replies

AJAX :: Modal Popup Does Not Work With ScriptManager.RegisterStartupScript

Sep 20, 2010

I am using a masterpage that contains a javascript script (does not matter what it does) and on each page under that masterpage I am registering that script to run on page load. On the page under the masterpage, I am calling a modalpopupextender to display on a button click. Now, if I disable the register startupscript, the popup extender works fine, if I register the startup up script it does not

here is the script regster call

ScriptManager.RegisterStartupScript(Me, Me.GetType(), "addscript", "miscscript()", True)

I have also tried this

Page.ClientScript.RegisterStartupScript(Me.GetType(), "addScript", "miscscript()", True)

I had this working fine using the second example when using .net 4 and the Ajax toolkit for 4 but I am now having to rollback to 3.5 due to a vendor requirement.

Here is a little bit of extra info:

If I put the script in page and not in the masterpage and just run with a window.onload, both work fine, which is why I have figured that it must be something that I am doing with the registration of the script.

When I say it does not matter what I put as the sript, I mean, it can be a complex element property adjustment or a simple alert, nothing seems to work.

I have this script in the masterpage because the script is used on everypage of the website.

I am also using the modalpopextender.show() on button click instead of using the element that it is attached to being the launching element.

View 5 Replies

AJAX :: Modal Pop Up Does Not Work After Textbox TextChanged Event?

Jun 22, 2010

Here is my page in this, there is a control txtLicenseNumber.On the text_changed event of this control my code executes but data does not shows in my control after the completion of execution.if i commented the Panel(pnpPopup) & modalpopup from my source then it works fine.What should i do to work it with modal popup ?

[Code]....

View 1 Replies

AJAX :: Modal Popup With Button Click Event Won't Work?

Sep 16, 2010

I try to create a asp.net 4 webpage, using masterpage.

On webpage I have a formview and inside the formview I have a ajax modalpopup. I have multiple buttons and textboxes on the modalpopup, and created a test event, but I still get the message that the textbox is not declared.

Here is how the code is set at this point:

[Code]....

View 13 Replies

AJAX :: Dynamic Popups Using Control Toolkit?

Oct 20, 2010

I am new to ASP.NET, and want to design a sample ASP.NET website which will have some text in it. I saw a couple of examples for popups, but my problem is a bit different.I need to create the hyperlinks for a word dynamically for each web page.

I will have a list of keywords with their descriptions. I need to search for those keywords in the text, before I create a popup for them. How should I go about it?

View 1 Replies

AJAX :: Modal Popup Doesn't Work Using Sample Code Letter For Letter

Jul 26, 2010

I am trying to get the modalPopup to work. Don't get any errors, the panel popsup as is supposed to, but the background doesn't gray out and the background of the panel doesn't display correctly either (it is black). The background of the main page doesn't change. To make sure I wasn't doing something wrong, I downloaded the samplcode (vb) from the AJAX website, and created a completely new web page, css file, .vb file, etc. Still have the same issue. I am using the latest version of ajaxcontroltookit ( 4.1.40412.0), VS 2010 RC, and VB)

View 8 Replies

AJAX :: Callout Extender Popups In Invalid Location In Google Chrome?

Aug 5, 2010

I have a text box in a page. I added RequiredFieldValidator and ValidatorCalloutExtender to that textbox

it works fine in IE and firefox ie, ValidatorCalloutExtender popups near to textbox.

But in Google chrome the ValidatorCalloutExtender popups far from textbox.

View 1 Replies

AJAX :: Get A Modal Popup Inside A Modal Popup / Fire The Modal Popup On A Condition In A Text Change Event Of A Textbox?

Jan 17, 2010

I am trying to get a modal popup inside a modal popup?, also i want to fire the modal popup on a condition in a text change event of a textbox?...is this possible and can anyone give me directon on this

View 5 Replies

AJAX :: Modal User Control On Top Of A Modal Popup + Javascript Causes Page Flash

Jul 29, 2010

Modal Popup user control (its a message box) on top of a modal popup with javascript that maintains postback on a scrollable div all inside of an update panel causes my page to flash on postback of the user control. If any one of the peices (user control, modal popup, javascript) are missing everything works fine. The javascript is maintaing scrollback on a scrollable listview on the page. A modalpopup is shown on top of this main page that is for report parameters. The user control is used for validation and is displayed if a parameter is invalid. I know this may not be the best design, but it can't really change unless its a minor change. Heres the js if anyone wants to see popup or styles let me know.

//Begin methods to maintain or reset scroll position during postback.
var controlIds = [];
var scrollTops = [];
//Register a control to maintain its scroll position on postbacks.
function MaintainPostback(controlId) {
controlIds.push(controlId);
}
//Find the div/control id in the controlIds array and set its scroll position to 0.
function ResetControlScrollTop(controlId) {
var index = 0;
while (index < controlIds.length) {
if (controlId == controlIds[index]) {
scrollTops[index] = 0;
return;
}
index++;
}
}............

View 6 Replies

AJAX :: Modal Popup Using Modal Disappear In Postback

Jan 24, 2013

I look for a good way for arrangement Admin pages Items

for example Admin Upload Page consists of these sections:

* make a new folder

* delete folder

* upload file in folder

* show folders information (in a gridview)

* download test

so I think one way is showing this sections in modal

but when I tried make a new folder in modal after clicking in create folder button modal disappeared.

Is there any way that  modal doesnt disappear until user click close button?

I mean I want modal to behave like a page.

If there isn't a way what to do for classification sections?

View 1 Replies

AJAX :: Get One Modal Popup To Trigger A Second Modal?

Aug 19, 2010

How can I get one modal popup to trigger a second modal? And in between each modal, I need to execute server code.

Page load, check if question needs answering -> Modal 1 -> User answers -> run server code to check if question two needs answering -> Modal 2 -> show page.

I could do this using a series of asp:Views if there is not a clean way, the management just really likes the modals

View 2 Replies

AJAX :: Modal PopUp Extender Catch Exception Error And Display On Modal Popup

Aug 11, 2010

Modal PopUp Extender Catch exception error and display on modal popup

[Code]....

View 2 Replies

JQuery :: Button Inside Modal Popup Doesn't Work

Jun 3, 2010

I have a small problem, I have a page which 4 jQuery modal popups. everything works fine, all the popup comes up however when i click on the button inside the jQuery popup nothing happens. I cannot figure out why.

This is the jQuery code i used [URL]:-

[Code]....

View 2 Replies

AJAX :: Event Handler From Modal Popup Can't Seem To Find A Control That Is On The Modal Popup

Apr 9, 2010

I have an Ajax ModalPopupExtender on a page. To summarise. I have a link on a page, when I click the link the modal popup displays. On this modalpopup I've a textbox and an 'ok' and 'cancel' button. I wish to find out what was entered in the textbox when the button is clicked I try this but the value of ((TextBox)button1.Page.FindControl("theTitle")) is null.

if (((TextBox)button1.Page.FindControl("theTitle")).Text == "")
void okButton_Click(object sender, EventArgs e)
{
try
{
//if i try this tt does not compile//The name 'theTitle' does not exist in the current context//if(theTitle.Text == "")//{//}
Button button1 = (Button)sender;
//TextBox theTitle = ((ImageButton)(e.Item.FindControl("theTitle")));
if (((TextBox)button1.Page.FindControl("theTitle")).Text == "")
{
}
else
{
}
}
catch (Exception)
{
}
}

View 3 Replies

AJAX :: Hide A Modal Popup When Another Modal Popup Is Shown

May 7, 2015

I have three modal popup and three link buttons the first link button is on menu i.e. login that shows login-popup and the login popup contains two links forgot password and register both of them opens a popup but the problem is the login popup isnt hiding with click on register or foreget link the popups are appearing perfectly but arent hiding.

The html for all three popup is as shown below:-

 <cc1:ModalPopupExtender ID="Modallogin" runat="server" PopupControlID="loginpanel" TargetControlID="loginlink" BackgroundCssClass="modalBackground"
CancelControlID="lnkforgot">
</cc1:ModalPopupExtender>
<asp:Panel ID="loginpanel" runat="server" CssClass="modalPopup">

[Code] .....

And the codebehind file that i wrote some code which also isnt working is as shown below:-

protected void Button2_Click(object sender, EventArgs e) {
Modalforget.Hide();
} protected void lnkregister_Click(object sender, EventArgs e) {
Modallogin.Hide();
Modalregister.Show();

[Code] ....

I also used breakpoints on link click event and are not going to code behind file on click and popup is just shown without hiding the other. And the css used is I found on aspsnippet site!

View 1 Replies

C# - Different Popups For Different Textbox Edits?

Nov 24, 2010

I have an issue with a popup in Asp.net using AJAX modalpoup extender. Is it possible to show one kind of popup when the user edits few textboxes and the other kind of popup for the remaining textboxes.

Ex: Only when txtbox1's value is changed, it should show me popup1 when the save button is clicked. Or else popup2.

View 1 Replies

AJAX :: Make This Work For Several Days But It Just Doesn't Work?

Oct 7, 2010

i'm trying to make this work for several days but it just doesn't work.

this is my code:

aspx page:

[Code]....

webservice:

[Code]....

this was downloaded from this website.

the problem is that the page loads fine but no autocomplete occurs.

View 5 Replies

Popups Based On Querystring Parameters?

Jan 8, 2010

My querystring has 2 parameters say pm1 and pm2. I want to check the value of each and if the value if '1' then pop open a new window(one for each parameter) and the url for the two windows will be different.

View 2 Replies

Javascript: Finding Frame On MainPage From The Popups?

Nov 5, 2010

In the following Javascript I have to keep finding the mainFrame from the Popup pages, is there a better way to do this?

function sendRefreshMessage(data) {
var myObj = null;
myObj = document.getElementById('slPlugin');
if (null != myObj) {
try {
//perform operation on myObj
} catch (err) {
}.....

View 1 Replies

One Webform And Two Popups - Parent Window Close

Nov 29, 2011

I have one webform and two popups. I am opening 1st popup using window.open method from my webform and it is working fine. then i am opening 2nd popup as showmadaldialog from 1st popup.

my second dialog have one button and if i click the button my two popup's(one popup and one dialog) should be closed and my webform should be appear.

currently am able to close 2nd popup. but am unable to close 1st popup from second popup.

[note : two popups are modal dialog] ....

View 1 Replies

Ajax With WCF Work. But Few Miniute After, Doesn't Work

May 11, 2010

I am a new to WCF. I have written ajax to use a web service before, but on this project I am trying to use ajax to WCF.After I build the project and wcf using ajax, I receive the return successfully. But, 10 or more minutes later I don't get a return, the ajax calls the error function, and the fiddler returns nothing.

If I rebuild the project without any source modifying, I receive the return successfully again.

View 2 Replies







Copyrights 2005-15 www.BigResource.com, All rights reserved