Trigger an action in a webpage using WebRequest?

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

Guest

Hi

I have an application written in VB.NET that needs to trigger an action on a
Webpage.
For other actions in communicating I've been using WebRequest.Create /
WebRequest.Method, but I dont seen to be able to trigger an action (such as
create a file) on a Webpage in that way.
Can anyone help?
 
Hi
I have an application written in VB.NET that needs to trigger an action on
a
Webpage.
For other actions in communicating I've been using WebRequest.Create /
WebRequest.Method, but I dont seen to be able to trigger an action (such
as
create a file) on a Webpage in that way.
Can anyone help?

I reckon that you're trying to fill in forms and click on buttons and
similar programatically? If so I suggest that you try using the NUnitASP
framework to do this. It has an excelent ASP.NET like programming model.

Check out: http://nunitasp.sourceforge.net/

Anders Norås
http://dotnetjunkies.com/weblog/anoras/
 
Back
Top