Click here to Skip to main content
15,891,629 members
Home / Discussions / C#
   

C#

 
QuestionHow can I know the Internet Explorer Information using c#? Pin
svt gdwl24-May-09 21:23
svt gdwl24-May-09 21:23 
AnswerRe: How can I know the Internet Explorer Information using c#? Pin
Manas Bhardwaj24-May-09 23:17
professionalManas Bhardwaj24-May-09 23:17 
QuestionHow can I catch the keyboard events on browser (IE) using c#? Pin
svt gdwl24-May-09 20:58
svt gdwl24-May-09 20:58 
AnswerRe: How can I catch the keyboard events on browser (IE) using c#? Pin
stancrm24-May-09 21:18
stancrm24-May-09 21:18 
QuestionSearching drives and directories Pin
Rajdeep.NET is BACK24-May-09 20:10
Rajdeep.NET is BACK24-May-09 20:10 
AnswerRe: Searching drives and directories Pin
fly90424-May-09 20:23
fly90424-May-09 20:23 
GeneralRe: Searching drives and directories Pin
Rajdeep.NET is BACK24-May-09 20:35
Rajdeep.NET is BACK24-May-09 20:35 
GeneralRe: Searching drives and directories Pin
fly90425-May-09 1:34
fly90425-May-09 1:34 
AnswerRe: Searching drives and directories Pin
stancrm24-May-09 20:53
stancrm24-May-09 20:53 
GeneralRe: Searching drives and directories Pin
fly90425-May-09 1:54
fly90425-May-09 1:54 
GeneralRe: Searching drives and directories Pin
Rajdeep.NET is BACK25-May-09 2:09
Rajdeep.NET is BACK25-May-09 2:09 
AnswerRe: Searching drives and directories Pin
MumbleB24-May-09 22:47
MumbleB24-May-09 22:47 
GeneralRe: Searching drives and directories Pin
Rajdeep.NET is BACK25-May-09 6:59
Rajdeep.NET is BACK25-May-09 6:59 
QuestionHttpWebRequest question Pin
Ehsan Baghaki24-May-09 19:57
Ehsan Baghaki24-May-09 19:57 
Hello,

I want to use HttpWebRequest to login and change some settings on a website. In order to do that i need to change the URL addresse of the currenct HttpWebRequest (Login Page) to another web page (Setting Page). I googled this matter and i found out that the RequestUri and HttpWebRequest.Headers["host"] are both readonly.

So here is my question:
1. How can i change the url address of the HttpWebRequest object after creating the object.
For Example:

WebRequestObject = (HttpWebRequest)HttpWebRequest.Create("http://www.yahoo.com");
WebRequestObject.RequestUri = "http://www.google.com";


2. Is there an alternative class in c# for better http functionality?

Any kind of help would be appreciated.
AnswerRe: HttpWebRequest question Pin
Manas Bhardwaj24-May-09 23:19
professionalManas Bhardwaj24-May-09 23:19 
Questionchenge plot in the zedgrapg control Pin
hamidhakimi24-May-09 19:22
hamidhakimi24-May-09 19:22 
AnswerRe: chenge plot in the zedgrapg control Pin
_Maxxx_24-May-09 19:38
professional_Maxxx_24-May-09 19:38 
QuestionWant to validate a function and execute it Pin
Anindya Chatterjee24-May-09 18:54
Anindya Chatterjee24-May-09 18:54 
AnswerRe: Want to validate a function and execute it Pin
Tuwing.Sabado24-May-09 21:14
Tuwing.Sabado24-May-09 21:14 
GeneralRe: Want to validate a function and execute it Pin
Anindya Chatterjee24-May-09 22:12
Anindya Chatterjee24-May-09 22:12 
AnswerRe: Want to validate a function and execute it Pin
S. Senthil Kumar24-May-09 22:56
S. Senthil Kumar24-May-09 22:56 
GeneralRe: Want to validate a function and execute it Pin
Anindya Chatterjee24-May-09 23:32
Anindya Chatterjee24-May-09 23:32 
QuestionThe type initializer threw an exception? Pin
dec8224-May-09 16:57
dec8224-May-09 16:57 
AnswerRe: The type initializer threw an exception? Pin
_Maxxx_24-May-09 19:32
professional_Maxxx_24-May-09 19:32 
GeneralRe: The type initializer threw an exception? Pin
dec8224-May-09 19:50
dec8224-May-09 19:50 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.