New to C#,
I need to know if there is a way to grab information from a web form. I am learning C# and and trying to create an .exe that I can use as a CGI.
e,g My html form with the Submit button, I have
I need blahblah.exe to grab the values from Query_String, how do i do that?
thanks, rgb.
Answers (1)
0
Nevermind, I found it.