AJAX :: Change The Aspx Page Based On The Popup Extender Values?

Feb 19, 2010

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?

View 2 Replies


Similar Messages:

AJAX :: When Submit The Page Which Has Modal Popup Extender,popup Extender Becomes Visible?

Oct 29, 2010

When i try to submit the page which has modal popup extender,popup extender becomes visible! How can i avoid this?

View 2 Replies

AJAX :: Modal Popup Extender - Set Values In Code Behind

Feb 10, 2011

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:

[Code]....

This is where I try to set the values:

[Code]....

View 4 Replies

AJAX :: To Authenticate A User Using Model Popup Extender / Model Popup Extender Popup Panel Keep Visible

Feb 18, 2010

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?

View 5 Replies

Web Forms :: Passing Values From One Page To Popup Window Based On Checkbox Selection

Dec 13, 2012

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?

View 1 Replies

AJAX :: Page Is Flickering By Using Modal Popup Extender

Feb 5, 2010

I used modalpopup extender in my application. when the page is loading modalpopups are flikering so it is not looking nice.

View 4 Replies

AJAX :: Modal Popup Extender Not Working With Master Page And Panel

Apr 27, 2016

Modal popup not working, I need to open modal pop up inside a panel, below is my html, senerio goes as :

On page load on only panel with id="pnlgrid" is visible and button with id btnaddnew is visible on clicking addnewbutton panel grid is visible false and panel with id=pnlFormEdit is visible true.

Inside there is linkbutton1 on which click i want to open popup. but on clicking it goes postback.

<%@ Page Title="" Language="VB" MasterPageFile="~/MasterPage.master" AutoEventWireup="false" CodeFile="DutySlip.aspx.vb" Inherits="_DutySlip" %>
<%@ Register Assembly="AjaxControlToolkit" Namespace="AjaxControlToolkit" TagPrefix="cc1" %>
<asp:Content ID="Content1" ContentPlaceHolderID="head" runat="Server">
<style type="text/css">

[Code] .....

View 1 Replies

AJAX :: Hide ValidatorCallout Extender When Modal Popup Extender Is Closed

Nov 25, 2013

I tried to find any methods to validate items inside Modal Popup Extender

View 1 Replies

AJAX :: How To Show Popup On Page Load Based On Session Value

May 7, 2015

How to open a popup image on page load in asp.net ? and can its possible that when i close the popup it should not open whan the session value is not end.

View 1 Replies

AJAX :: Panel And Popup Extender Can Show The Popup But It Is Not Movable?

Jan 13, 2010

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.

View 5 Replies

AJAX :: Passing Values From Ajax Popup (gridview) To Parent Page Textbox

Nov 30, 2010

I have a ajax Popup extender which contains a grid and when i select a row a value should pass into the textbox in the parent page. i created every thing but the value is posted in the textbox. The Grid is loaded perfectly and the popup shows but when i click the select command field inside the grid the popup disappers but the value is not loaded in the textbox. help me am struck up with this for a very long time.

//aspx

[Code]....
//CS[Code]....

View 3 Replies

Popup ASPX Page Without Network Guys To Turn Off Popup Blocker In IE8

Aug 24, 2011

I want to add a pop-up aspx page without network guys to turn off pop-up blocker in IE8 of client pc. Which way to use, use javascript or Ajax?

View 4 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

AJAX :: Using AJAX Calendar Extender Instead Of Calendar Control Possible On ASPX Page?

Jul 15, 2010

Currently, I am using Calendar control on ASPX page. Instead, I want to use AJAX Calendar Extender control because of the animation effect and the way it moves between years making if much more impressive than Calendar control.Is it possible to display Calendar extender on page permanently, just like Calendar control?

View 2 Replies

JQuery :: Read Ajax Values In Aspx.cs Page

Nov 8, 2010

I'm how do I read the posted data. e.g. startRow in the aspx code behind page. Here is the ajax

$.ajax({
type: "POST",
contentType: "application/json; charset=utf-8",
url: "Default2.aspx/GetPageLinks",
data: "{isbn: '" + startRow + "'}",
dataType: "json",
success: function(msg) {
DisplayReviews(msg.d);
}

View 2 Replies

AJAX :: Modal Popup Extender Along With An Embedded Video, The Popup Is Hidden Behind The Video In IE?

May 4, 2010

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]....

View 2 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 :: How To Use Popup Extender With Checkboxlist

May 18, 2010

use popup extender with checkboxlist?

i have to use popup extender in header of gridview columns...

which gives checkboxlist....

View 3 Replies

Web Forms :: Dynamically Filter The Parameter's Values On A Popup Window Based On Other Parameters Selection

Apr 30, 2010

I have a pop up window which contains a listbox. The items on the listbox should be filtered when it is opened based on the other parameters on the parent page. I am using session to pass the values from a page to another.

View 4 Replies

AJAX :: Run Time Popup Control Extender?

Mar 31, 2010

I 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 Replies

Ajax Popup Control Extender Not Working?

Jan 25, 2011

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]...

View 5 Replies

Ajax Modal Popup Extender Not Working In Ie

Jan 5, 2011

I have a Ajax modal popup extender .Its working fine in FF but not in Ie .

View 1 Replies

AJAX :: Modal Popup Extender Not Working Right In IE 7 Or 8

Jun 9, 2010

The 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]....

View 2 Replies

AJAX :: How To Trigger Popup Extender At Runtime

May 16, 2010

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 Replies

AJAX :: Reset Mdal Popup Extender?

Mar 21, 2011

How 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 Replies







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