value returned from popup

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • maliksleo
    New Member
    • Feb 2009
    • 115

    #1

    value returned from popup

    i m working on vb.net and wht i want to do is return some value from the popup window to the page from where popup generated.

    for example
    i have a multilined text box populated with the names of product categories.
    now i want to add more categories to that textbox.
    for this purpose i have a link button which triggers popup window from where i can add more categories.
    now when i clicked on done in popup the newly added categories should be in the textbox of that page.
    how? i dont know as i m new to this vb.net please help me in this matter

    regards
    maliksleo
  • Curtis Rutland
    Recognized Expert Specialist
    • Apr 2008
    • 3264

    #2
    I assume you are working on an ASP.NET project, not a desktop project, right?

    If this is the case, then this will require the use of Javascript.

    You can use the window.opener object to pass the values.

    Comment

    Working...