CodeGuru Home VC++ / MFC / C++ .NET / C# Visual Basic VB Forums Developer.com
Results 1 to 2 of 2
  1. #1
    Join Date
    Mar 2007
    Posts
    116

    Lightbulb Data transfer from pop to main window!!

    Hi Guys,

    I am trying to transfer value from pop-up window to main window.
    I am getting value from GridView1 and then want to show this value in TextBox of main Window.

    Please provide me sample code...

    Thanks
    Last edited by Frank100; March 22nd, 2009 at 08:45 AM.

  2. #2
    Join Date
    Jan 2009
    Location
    Cochin, India
    Posts
    40

    Smile Re: Data transfer from pop to main window!!

    Refer to my post at

    http://www.codeguru.com/forum/showthread.php?t=470509

    warm regards,
    Quote Originally Posted by Frank100 View Post
    Hi Guys,

    I am trying to transfer value from pop-up window to main window.
    I am getting value from GridView1 and then want to show this value in TextBox of main Window.

    Please provide me sample code...

    Thanks
    Jay
    Support Resort
    http://www.supportresort.com
    Bringing offshore expertise to the world

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

Featured