Menu
Menu
DaniWeb
Log In
Sign Up
Read
Contribute
Meet
Search
Search
About 64 results for
modalpopup
- Page 1
Re: validation summary modalpopup on createuserwizard
Programming
Web Development
15 Years Ago
by neomatrix2
…: Gray; filter: alpha(opacity=30); opacity: 0.3;} .
modalPopup
{ width: 400px; height: 300px; background-color: #076DAB; …quot;> // <! Javascript to show the
modalpopup
function ShowModalDialog() { Page_ClientValidate(); if(!Page_IsValid) $find('&…
Re: Progress bar inside modalpopup extender
Programming
Web Development
13 Years Ago
by Luckychap
… show the loading gif image. Something like this:- [code=javascript]
modalPopUp
.html("<img src='loading.gif'/>"); ajax…(onSuccess); function onSuccess(ajaxResponse) { // Data recieved from ajax, update popup
modalPopUp
.html(data); } [/code] Hope this will give you some idea.
validation summary modalpopup on createuserwizard
Programming
Web Development
15 Years Ago
by neomatrix2
… trying to wrap my validation summary for createuserwizard to a
modalpopup
but dont knw hw to to call the javascript on…="text/javascript"> // <! Javascript to show the
modalpopup
function ShowModalDialog() { Page_ClientValidate(); if(!Page_IsValid) $find('<%=AddUserVS_ModalPopupExtender.ClientID%>…
Using ModalPopup the textbox value is not getting change in the in codebehind.
Programming
Web Development
14 Years Ago
by VinayRok
…> <asp:Panel runat="server" CssClass="
modalPopup
" ID="programmaticPopup" ScrollBars="auto" Height…(); this.programmaticModalPopup.Hide(); } [/CODE] you can find the controls in
modalpopup
. am getting popup and am changing the value of TextBoxEdit…
Progress bar inside modalpopup extender
Programming
Web Development
13 Years Ago
by tapandesai007
I am using a AJAX
ModalPopUp
control to display some data, which I am fetching through … progress bar image on the ModalPop. I am using the
ModalPopUp
to display the Panel. Does any one have the solution…
Re: Ajax toolkit-ModalPopup Extender
Programming
Web Development
13 Years Ago
by walsharoo
… #303030; filter: alpha(opacity=80); opacity: 0.8; } .
modalpopup
{ padding: 20px; position: absolute; left: -2000px; -moz-border-…Panel1" runat="server" CssClass="
modalpopup
"> <div style="font-…
Ajax toolkit-ModalPopup Extender
Programming
Web Development
13 Years Ago
by 0007sj
… click on link button it shows nothing .[/U] I need
modalpopup
extender for login but it is not working . I am…
modalpopup bugs?
Programming
Web Development
12 Years Ago
by cyberdaemon
Good day, I am having trouble on how should i clear the value of my controls in the modalpopupextender. Assume the i have 1 textbox in it. oce i clicked the button with any name. all i want is to clear the value of the control.. thanks
Re: modalpopup bugs?
Programming
Web Development
12 Years Ago
by cyberdaemon
thanks .. I already solve the prob..
Re: validation summary modalpopup on createuserwizard
Programming
Web Development
15 Years Ago
by Dhaneshnm
you are using ASP.NET AJAX UpdatePanel in your aspx page. Then Page.ClientScript.RegisterStartupScript will not work. We have to use ScriptManager.RegisterStartupScript.
Re: validation summary modalpopup on createuserwizard
Programming
Web Development
15 Years Ago
by neomatrix2
iv tried the simple approcah too but its futile... [CODE] protected void CreateUserWizard1_CreateUserError(object sender, CreateUserErrorEventArgs e) { AddUserVS_ModalPopupExtender.Enabled=true; AddUserVS_ModalPopupExtender.Show(); } [/CODE]
Re: validation summary modalpopup on createuserwizard
Programming
Web Development
15 Years Ago
by Dhaneshnm
Create a separate aspx page for error message,say error.aspx,and try this code. [CODE] ScriptManager.RegisterStartupScript(this.GetType,"addScript", "window.showModalDialog('error.aspx','ErrorMessage','dialogHeight:290px;dialogWidth:500px;resizable:No; status:No;scroll:No;' )",true) [/CODE] I hope that works!!!
Re: Using ModalPopup the textbox value is not getting change in the in codebehind.
Programming
Web Development
14 Years Ago
by dnanetwork
why ajax Modal Popup. use jquery Modal popup easy 2 use
Re: Ajax toolkit-ModalPopup Extender
Programming
Web Development
13 Years Ago
by jbisono
Post what you have so far, so we can correct it or add what you are missing...
Re: Ajax toolkit-ModalPopup Extender
Programming
Web Development
13 Years Ago
by 0007sj
[QUOTE=jbisono;1678885]Post what you have so far, so we can correct it or add what you are missing...[/QUOTE] [CODE]<%@ Page Language="VB" MasterPageFile="~/MasterPage.master" AutoEventWireup="false" CodeFile="Default.aspx.vb" Inherits="_Default" title="Untitled Page" %> <%@ …
Re: Ajax toolkit-ModalPopup Extender
Programming
Web Development
13 Years Ago
by 0007sj
i tried but not working for me.. i think the problem is in targetcontrolid whenever i set it,The modalPopupExtender goes invisible from my design page and on debug it does not show any error i tried o lot... plz help me i am really in trouble..
Re: Ajax toolkit-ModalPopup Extender
Programming
Web Development
13 Years Ago
by jbisono
I copied your code, into a project that I'm working right now, and it worked right away. You should check the version of the AjaxControlToolkit, mine is :3.0.30930.28736
Re: Ajax toolkit-ModalPopup Extender
Programming
Web Development
13 Years Ago
by 0007sj
So what should i do should i reinstall my ajaxtoolkit or any thing else but this problem is only with the ModalPopupExtender i am using ValidatorCalloutExtender also in my project it is working fine..
Re: Ajax toolkit-ModalPopup Extender
Programming
Web Development
13 Years Ago
by jbisono
I know that in some revisions of the Ajax Toolkit there are some problems with some controls, so just double check the version that you have, and post it back.
Re: Ajax toolkit-ModalPopup Extender
Programming
Web Development
13 Years Ago
by 0007sj
i have installed AjaxControlToolkit.Binary.NET35 on my vs 2008 from [url]http://ajaxcontroltoolkit.codeplex.com/releases/view/43475[/url] plz help me......
Re: Ajax toolkit-ModalPopup Extender
Programming
Web Development
13 Years Ago
by jbisono
for VS 2008 You can find the latest revision here: [URL="http://ajaxcontroltoolkit.codeplex.com/"]http://ajaxcontroltoolkit.codeplex.com/[/URL]. for VS 2010 try using NuGet.
Re: Ajax toolkit-ModalPopup Extender
Programming
Web Development
13 Years Ago
by 0007sj
Got the solution............ yappppiiii.. i just replace the ScriptManager from ToolkitScriptManager and my control is working fine... . . . . thanx to all for your replies....
Re: Ajax toolkit-ModalPopup Extender
Programming
Web Development
13 Years Ago
by jbisono
Good to know :)...
Small issue re: ModalPopupExtender - not firing ImageButton.Click event
Programming
Web Development
18 Years Ago
by Blackred
…, first post so be kind ;) I'm using the
ModalPopup
to display a loading message when the user clicks on …an imagebutton. The problem here is that while the
ModalPopup
is on screen, the button event doesn't fire so…quot;pnlLoading" style="display: none;" class="
modalPopup
"> <p><img src="/images…
Many ModalPopUpExtendr on the Same Page
Programming
Web Development
15 Years Ago
by SID.SIL
… Este alias é tudo, mas em execução, como uma janela
ModalPopup
, abra o registro e ler, mas todos os mesmos dados… botões onde terá que clicar e abrir novas janelas
ModalPopup
, porque dependendo do botão clicado, deve ser apresentado um… me pergunto se eu posso abrir várias dentro do
ModalPopup
WebForm mesmo, porque, por algum motivo que eu sou …
Re: Small issue re: ModalPopupExtender - not firing ImageButton.Click event
Programming
Web Development
18 Years Ago
by Blackred
…="pnlLoading1" style="display: none;" class="
modalPopup
"> <p><img src="~/images…
Disable UpdateProcess modal from cs page
Programming
Web Development
15 Years Ago
by vizy
… refreshed... and using updateProcess control to lock the screen with
ModalPopup
div Css.. After Updating the Record from the CS Files… ScriptManager.RegisterStartupScript method. But this message is displayed on the
modalPopUp
screen(shadow), I want this modalPup div(UpdateProcess) to be…
How to access individual Menu Item??
Programming
Web Development
14 Years Ago
by laghaterohan
… am having a problem assigning a TargetControlID property of the
ModalPopUp
. So, temp. i have created a link button and i… of this link button as TargetControl ID and thereby my
ModalPopup
works abs.fine. Please do let me know how to…
repeater row highlight does not persist after postback
Programming
Web Development
13 Years Ago
by artemisxx
…'s working, but only for a split second. Once the
modalpopup
appears, the highlight is gone. By the way, i have… a linkbutton in every row that makes the
modalpopup
show, and i made all the labels inside the repeater…
Call set time out from back code
Programming
Web Development
10 Years Ago
by vikrant.cornelio
…; rel="stylesheet" /> <link href="css/
modalpopup
.css" rel="stylesheet" /> <script src…;></script> <%-- <script src="js/
modalpopup
.js"></script>--%> </head>…
1
2
3
Next
Search
Search
Forums
Forum Index
Hardware/Software
Recommended Topics
Programming
Recommended Topics
Digital Media
Recommended Topics
Community Center
Recommended Topics
Latest Content
Newest Topics
Latest Topics
Latest Posts
Latest Comments
Top Tags
Topics Feed
Social
Top Members
Meet People
Community Functions
DaniWeb Premium
Newsletter Archive
Markdown Syntax
Community Rules
Developer APIs
Connect API
Forum API Docs
Tools
SEO Backlink Checker
Legal
Terms of Service
Privacy Policy
FAQ
About Us
Advertise
Contact Us
© 2025 DaniWeb® LLC