----------------------------------------------------------- New Message on MumbaiUserGroup
----------------------------------------------------------- From: avbdotnetprogrammer Message 3 in Discussion Manasvin, Thank you much for the response. What you have assumed is correct. But let me try to elaborate a little more. The calling page ( parent ) is an ASP.NET page and has a list box ( lets call it ListBox_P ) that is currently been updated by a DropDownList ( lets call it DropDownList_P ) . However, there are way to many things in this DropDownList_P for a person to see. So the customer is requesting to have a way to search for this items in a separate page by typing keywords ( I know it sounds a little strange but they don't want to change the current page set up ) . That's why I am trying to use a Pop up window that contains a search field that populates the retrieved values ( from keywords ) into a list box ( in this case the list box is on the pop up window, thus, lets call it ListBox_C ) . Then, once I have this values ( or value ) I want to pass it ( them ) to the calling page ( parent ) and populate the existing ListBox ( ListBox_P ) . Now, I know this has to be done with JavaScript and I been playing arround with it and I was successful to pass values from the pop up listbox to the parent, but the parent had a Textbox instead of a list box. I used the example in this link ( please read it if you can ) : http://www.mail-archive.com/[EMAIL PROTECTED]/msg01700.html I don't understand JavaScript to well to see what is going on so that's why I have been looking for help. Thank you, P. -----Original Message----- From: MumbaiUserGroup [mailto:[EMAIL PROTECTED] Sent: Tuesday, December 30, 2003 4:18 AM To: MumbaiUserGroup Subject: Re: Populate listbox from a dialog box New Message on MumbaiUserGroup Populate listbox from a dialog box Reply Recommend Message 2 in Discussion From: manasvin Can you detail a bit more about your problem ? Some assumption I could infer... do you have a listbox on a asp.net page which invokes a popup (another asp.net page) where some values are changed and when the work on the popup is done you would like to update all the values on the calling page ? if yes then this has to be done using javascript primarily. a function from the calling page can be called with updated values which would populate the values in the listbox on that page. Does this work for you ? Manasvin View other groups in this category. ----------------------------------------------------------- To stop getting this e-mail, or change how often it arrives, go to your E-mail Settings. http://groups.msn.com/mumbaiusergroup/_emailsettings.msnw Need help? If you've forgotten your password, please go to Passport Member Services. http://groups.msn.com/_passportredir.msnw?ppmprop=help For other questions or feedback, go to our Contact Us page. http://groups.msn.com/contact If you do not want to receive future e-mail from this MSN group, or if you received this message by mistake, please click the "Remove" link below. On the pre-addressed e-mail message that opens, simply click "Send". Your e-mail address will be deleted from this group's mailing list. mailto:[EMAIL PROTECTED]
