Wrox Programmer Forums
Go Back   Wrox Programmer Forums > ASP.NET and ASP > ASP.NET 2.0 > ASP.NET 2.0 Basics
|
ASP.NET 2.0 Basics If you are new to ASP or ASP.NET programming with version 2.0, this is the forum to begin asking questions. Please also see the Visual Web Developer 2005 forum.
Welcome to the p2p.wrox.com Forums.

You are currently viewing the ASP.NET 2.0 Basics section of the Wrox Programmer to Programmer discussions. This is a community of software programmers and website developers including Wrox book authors and readers. New member registration was closed in 2019. New posts were shut off and the site was archived into this static format as of October 1, 2020. If you require technical support for a Wrox book please contact http://hub.wiley.com
 
Old September 5th, 2007, 11:49 PM
Registered User
 
Join Date: Sep 2007
Posts: 1
Thanks: 0
Thanked 0 Times in 0 Posts
Default Databinding Parent Dropdown from Popup

Hi friends,

I am having a problem in my asp.net project.I have a form that has some anthem dropdowns which is data binded.I am opening a new page as popup and adding some data to the database.I wants the dropdown to update the added values when the popup is closed.I cant use

<body onunload="opener.location.reload();"></body>

on child page because it destroys the values in the text boxes.

I can call a javascript function in the parent page like..

<body onunload="window.opener.UpdateCity()";></body>

and the function in parent page as



function UpdateCity()
    {
      document.getElementById('<%=ddlCity.ClientID%>').D atabind();

    }

  But i cant get the databind to work.Can anyone help me...Is there any other way to accomplish this..?





Similar Threads
Thread Thread Starter Forum Replies Last Post
Usercontrol dropdown list databinding forkhead ASP.NET 1.0 and 1.1 Professional 14 February 12th, 2008 02:01 AM
Problem in closing the parent window from a popup rakesh.kashnia1 Javascript 4 July 9th, 2007 05:39 AM
Centering Popup window & Blur Parent window jkusmanto Javascript How-To 0 May 25th, 2007 03:19 AM
refresh the parent window when closing the popup ram_siddinen VS.NET 2002/2003 1 January 30th, 2004 04:05 PM
Question: Using Popup & Parent windows in ASP savoym Javascript How-To 1 July 25th, 2003 11:08 PM





Powered by vBulletin®
Copyright ©2000 - 2020, Jelsoft Enterprises Ltd.
Copyright (c) 2020 John Wiley & Sons, Inc.