Using a Web Service to Update ASP.NET Web Form

  • Thread starter Thread starter johnbarry
  • Start date Start date
J

johnbarry

Is it possible to write both an ASP.NET application (with both .aspx and
..ascx files) and a web server that is referrenced by the ASP.NET app such
that a web form or any user controls on the web form are continually and
automatically updated with data from the web service without having to do a
complete postback/round-trip to the server?

Whew! That may sound complicated or confusing, but any help and/or
references would be appreciated.
 
Back
Top