Using MS Agent in ASP.NET

  • Thread starter Thread starter ericvdb
  • Start date Start date
E

ericvdb

Hi all,

is it possible to use MS Agent in ASP.NET pages using VB???
Any examples out there?

Greetings Eric
 
The MS Agent controls run inside the Internet Explorer client. As such, they
use VBScript on the client. About all you can do in ASP.NET code is output
client-side script and make it execute as the page loads.
 
Back
Top