views:

35

answers:

1

I'm not sure how to do this as I've never done it before. I've seen some things on google but not sure how to use them in my situation.

I want to be able to send a POST to a website ( http://www.ritani.com/salespersons/login ) with login credentials through a web browser control in .NET so I don't have to use a send-key work-around method for logging in.

Is it possible? If so, can someone point me in the right direction?

A: 

Check out this post - it's C# but the concepts should be clear.

http://www.netomatix.com/httppostdata.aspx

tomfanning
thanks, i'll see what i can get out of it.
Jeff