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

    Question Accessing DataSet from A While in B.

    In C# how can I access a DataSet on Form1 from Form2?

    Thanks


    __________________
    Alex Polajenko

    Debate with Me here
    http://www.polajenko.com/forum/truth

  2. #2
    Join Date
    Nov 2002
    Location
    Singapore
    Posts
    1,890
    pass a reference to that object from a method call !!
    or have a property in Form B.

    Paresh
    - Software Architect

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