G
Guest
Ok guys, I mus be missing something because this can not be that hard.
I have an ASP page that returns a value if you issue a GET request to it
with server name and user ID
https://someserver/somedir/size.asp?server=something&user=somethingelse
Now the question is, how in the hell do I call this from a ASP.NET website
when a button is pushed.
I have been searching the net on the HttpWebRequest and have found nothing
that works. Does anyone have some sample code of this please ? It can be in
VB or C#.
I can believe something I can do in 3 lines of JScript or VB script can be
so hard in managed code.
I have an ASP page that returns a value if you issue a GET request to it
with server name and user ID
https://someserver/somedir/size.asp?server=something&user=somethingelse
Now the question is, how in the hell do I call this from a ASP.NET website
when a button is pushed.
I have been searching the net on the HttpWebRequest and have found nothing
that works. Does anyone have some sample code of this please ? It can be in
VB or C#.
I can believe something I can do in 3 lines of JScript or VB script can be
so hard in managed code.