Connecting Tech Pros Worldwide Forums | Help | Site Map

HELPPPPP

Carmine
Guest
 
Posts: n/a
#1: Nov 16 '05
Hello NG,
I want to know if there is a c# method that allow me to post some
values to an HTML page.
What I mean is that: I have a c# form with some textboxs and a button.
what i want to do is: fill in these textboxs, click the button and
send the values to a dynamic web page using the post method.


Could someone help me?

Regards
katia

Arne Janning
Guest
 
Posts: n/a
#2: Nov 16 '05

re: HELPPPPP


Carmine wrote:
[color=blue]
> I want to know if there is a c# method that allow me to post some
> values to an HTML page.
> What I mean is that: I have a c# form with some textboxs and a button.
> what i want to do is: fill in these textboxs, click the button and
> send the values to a dynamic web page using the post method.[/color]

Hi Katia,

take a look at the WebClient-Class:
http://msdn.microsoft.com/library/?u...ClassTopic.asp

WebClient offerts a method called UploadValues.
http://msdn.microsoft.com/library/?u...aluestopic.asp

The Class is well-documented.

Cheers

Arne Janning
Closed Thread