Thank you very much for your reply.
"Neil Ni" <v-neilni@online.microsoft.com> wrote in message
news:pL%233c2UJGHA.3680@TK2MSFTNGXA02.phx.gbl...
> Hi,
>
> The designer does not supply a wizard for cross-form databinding.
>
> If the two forms are in the same application.
> You can write a new Event on Form A and Fire It when the user selects a
> new
> data source.
> Form B would subscribe to this Event and in the event handling method it
> would receive the new Data Source and use it to refresh the Grid.
>
> Other way would be if you open Form B from Form A, then in the constructor
> of Form B you can pass the value of the new data source, although if you
> ever change the value in form A then you would have to create a new
> instance of FormB.
>
> I think the first way is the best.
>
>
> Thanks & Regards,
>
> Neil Ni
> Microsoft Online Partner Support
>
> Get Secure! -
www.microsoft.com/security >
> When responding to posts, please "Reply to Group" via your newsreader so
> that others may learn and benefit from your issue.
>
> =====================================================
> Business-Critical Phone Support (BCPS) provides you with technical phone
> support at no charge during critical LAN outages or "business down"
> situations. This benefit is available 24 hours a day, 7 days a week to all
> Microsoft technology partners in the United States and Canada.
>
> This and other support options are available here:
>
> BCPS:
>
https://partner.microsoft.com/US/technicalsupport/supportoverview/40010469 >
> Others:
https://partner.microsoft.com/US/technicalsupport/supportoverview/ >
> If you are outside the United States, please visit our International
> Support page:
>
http://support.microsoft.com/default.aspx?scid=%2finternational.aspx.
> =====================================================
>
> This posting is provided "AS IS" with no warranties, and confers no
> rights.
>