I 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?
I have a panel containing one image, and i use Ajax ModalPopupExtender for show panel when I click button. After I clicked button first, all so good. But, after I refresh or do event on page, panel is show and then hidden about 1s.
i am loading a page when we click a button .i am require a loadimage.show when i div laoding time and disapper when i div loaded but model form content is not show
I have a web page that when the user presses the "Go Back" button, if the formview is not in ReadOnly mode, to ask if they want to exit without saving.
I was thinking of having a pop-up window to ask this question, but I am unsure of how to do this.
I'm a winform/silverlight developer my asp.net skills are very poor.I've got a task to make a kind of popup with the code of conduct that users need to accept before they can continue.I have no idea how to do it so I googled some and found this javascript popup called lytebox which I actually managed to get to workproblems i have with it are:1. you can click next to the box and it closes too2. i want a yes/no button but the lytbox only has option for close/next/previous3. I dont know how to make it pop without user action (like clicking on a link:p)anyway this is not a must . if anyone can give me some good tips or guides or example how i can do this i'd be happy!
I want to display some kind of messages say after user login or registred I am showing message in Label syaing "Successfully registred" "Successfully Login" like messages.
I want to display these messages in model popup when i want to display the messages to user.May be either in Lightbox.
I need to open as shown below on each button click.How i will solve the solution ..popup is not displaying...bootsrap model popup is working but positioning is a provle.i have display the popup near by on each bubble click.
What will be the best approach for displaying uploaded doc in Model Popup Extender May i have to use JQUERY Model Popup or Ajax Popup Extender will be the best ?
I 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.
I have a textbox1 and button1 and panel1 (which is used as a popup control)
i want if textbox1.text="show" then modalpopup control whose id is panel1 will be visible on buttonclick event other wise .... modal popup control panel1 will not be shown ...
I'm in a Unique position where I have to display one popup above another popup. Problem is that popup B's background does not show above popup A's content and as such you ae still able to click on buttons, ect. on popup A.
I tried to rather disable the Tab Control on popup A with javascript once popup B is displayed, but it only disables textboxes and labels and nothing else.
getting popup B's background to display above popup A or help with disabling all controls (Contained in Tab Control) on popup A?
I have a popup with a form on it displaying account details for clients. Each client has at least 1 account but may have up to 999. The popup and form is displayed properly, but when i click on any of the < > << >> pager options, the popup closes instead of moving to the next record in the form.
iam displaying progress image like 'processing' using ajax progress.....i dont want to touch the controls which are in page...it has to display like model popup...
How to avoid Model popup disabled on postback? I have a dropdown list in model popup control with autopost back="true". On post back am getting customer name. But on post model popup get disabled