Results 1 to 2 of 2

Thread: Help with popup... PLEASE!!

  1. #1

    Thread Starter
    Lively Member spdracr's Avatar
    Join Date
    Oct 2003
    Location
    Kansas
    Posts
    115

    Question Help with popup... PLEASE!!

    I need a popup control or script that I will be able to place another control in and have the response sent back to a textbox on my asp.net page.

    Here is the best I can say in plain english. I will have a button on my page (.aspx) that needs to open a popup with a treeview in it. Then have the selected item from the treeview populate a textbox on the page.

    I assume the popup will need to be done via javascript, but I'm not sure how to get the contents back to the textbox.

  2. #2
    Retired VBF Adm1nistrator plenderj's Avatar
    Join Date
    Jan 2001
    Location
    Dublin, Ireland
    Posts
    10,359
    Well, you would need an onclick event in the treeview, that would change the address of the original window (i.e. use GET to submit the selected value back to itself), or at least POST a form back to itself.
    Microsoft MVP : Visual Developer - Visual Basic [2004-2005]

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  



Click Here to Expand Forum to Full Width