Dynamic update between web forms

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

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.

I believe there are more on
http://www.wilsondotnet.com/

if I'm not mistaken.

hth
-
Brian
 
Back
Top