[C#] How to make a request to log into the Portal

03/15/2012 16:29 First75#1
#closereq
03/15/2012 16:41 Vonyx#2
Basically there are two ways in which you can do your stuff:

1) using the HttpWebRequest class, you will have set the CookieContainer. See here for help how to do that:
[Only registered and activated users can see links. Click Here To Register...]


2) use the webbrowser object, and then you don't have to bother about cookies.

Good luck!