I am looking for a way to update one open web form with information submitted from another web form. Kind of lke a real-time remote control. Is this currently possible in .NET.
I am looking for a way to update one open web form with information submitted from another web form. Kind of lke a real-time remote control. Is this currently possible in .NET.
There are a number of ways to pass information between web pages.
Probably the simplest is a redirect with a querystring built from the
info that you want to attach.