Conditional Popup Box In Vb.net & Asp / Generate A Popup That Informs The User That Certain Values?
Jan 22, 2010
I'm working on a piece of code at the moment that allows the user to enter values into fields. Once the user clicks on the 'save' button I am checking those fields against certain conditions (essentially calling a bunch of stored procedures to assess the values). If any of these 'rules' are met, I need to generate a popup that informs the user that certain values need to be fixed before they can continue for some of the conditions, and for others just to inform them of what conditions may need their attention.
The main thing I need help with is, how do I generate a popup box in my codebehind if the conditions are met?
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 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
I'm using modal popup extender and panel with calendar in it. Click the "Next / Previous Month" closes the modal popup. How do I tell the modal popup to ignore click events in a calendar control inside the panel targeted for popup? I'm confused because when using extender before, you had to click OkButton or Cancel to close popup. I have update panel for reason. I just minimized the code for easy review.
any modal popup controls whereas I can interact with the controls, causing callbacks and asynchronous calls without losing the popup.
I tried with the modalpopupextender, but the popup will disappear with the call and re-rendering the popup like many people will cause massive flashes of the popup which i want to try and avoid.
I have one page with a panel that makes up my ModalPopup. On the ModalPopup there is an updatepanel with a textbox and a button in it. There is a textbox on the "parent" page and I want to click the button on the modalpopup and move the data from the popup textbox to the parent textbox. So far, no joy. I have a line in the code behind to move the data between textboxes and I have also tried javascript to do the same thing but I am not able to make this happen unless i click the button twice.
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 make a polling and want to popup the result immediately by window.open function after partial postback (updatepanel). But the popup is blocked by popup blocker. How can I fix it?
I need to open a popup in the middle of my function, and in the popup i have the gridview control, i need to select one row in the gridview and after closing the popup it should come back to the same function and to same point where i opened the popup. i am using the model popup but this popup is populating after executing all the function, but i need to select one value and need to continue my function
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 3 textbox and 1 button in modal pop up window and enquiry.aspx page with many controls.one control is quantity textbox.On clicking quantity textbox the modal popup should open and values for length, width and unit should be entered and on clicking button the quantity should be calculated and the quantity value and unit should be passed to the enquiry page .Is it possible to do so?
I've used modal popups before with no issues, but now I am getting a strange issue I need help with.I'm using .net 4.0, this is my first new project using it, so perhaps it is something to do with that.
I've setup a modal popup which contains textboxes and a dropdownlist to insert and update values in a database. The popup displays correctly, and the code behind works perfectly to insert new rows into a database and update existing ones. My problem is, it's inserting and updating 'incorrect values'. If I type "test123" into the textbox and save it, the value "test123,test123" is saved. I do not have any code that does this, and i think it is the modal popup extender, because when I move controls out of the modal popup panel and onto the main page (inside an update panel) they are no longer affected by 'duplicating' string values and "test123" is saved. ",<duplicateValue>" is appended after EVERY post back. I've had the textbox displaying "test123,test123,test,123,test123" after a few save button clicks. Is there anything blatantly obvious to check (viewstate or something similar) that will correct this behaviour? I promise I'm not duplicating the values myself, they only seem to duplicate after the submit button click inside the modal popup panel.
I have a modal popup extender and I try to setup the image url, title and text in code behind but all I get is the popup, with no text, title or image and can't see why. All I see is the OOK button near the top of the dialog box. This is what I have:
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) { } }
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.
how to open a popup window and return values to the parent page
i.e passing value fom popup window to parent form.
(The child window contain textbox with a button. Once the value entered in the textbox the value entered should be updated in parent window from child window)
I'm using a modalpopup in my C# page. Each time a user clicks it, the values in the modal popup should be empty, but instead, the values from the previous time they clicked it remain in the text boxes. Here's my code..
I am having an aspx page which displays the map. When i click on a button on the aspx page, modal popup extender will be displayed.This popup window is having some textboxes .
My requirement is , the graph displayed in the aspx page should change based on the values entering in the textboxes in the popup extender.
Is it possible to keep the aspx page enable even though the popup extender is displayed?
Is it possible to change and display the aspx page values(map like google map) based on the values in the popextender?
In VB.net .... I have GridView from which i select list of rows using check box and upon clicking the button i need to display those selected rows in a gridView of another page. and that page is a popup window?