Click here to Skip to main content
15,887,434 members
Home / Discussions / Web Development
   

Web Development

 
AnswerRe: Locking size of browser window Pin
John Bracey10-Apr-10 23:25
John Bracey10-Apr-10 23:25 
AnswerRe: Locking size of browser window Pin
T M Gray12-Apr-10 9:19
T M Gray12-Apr-10 9:19 
QuestionForcing overflowing floats onto one line Pin
hxhl9510-Apr-10 19:02
hxhl9510-Apr-10 19:02 
QuestionHow to bind server controls by using ajaxPro method? how to get dynamic server controls on the javascript ? Pin
Jeneesh K. Velayudhan10-Apr-10 2:29
Jeneesh K. Velayudhan10-Apr-10 2:29 
AnswerREPOST Pin
Not Active10-Apr-10 2:38
mentorNot Active10-Apr-10 2:38 
Questionmigrate from MS ACCESS to C#. Pin
Asif Rehman9-Apr-10 4:53
Asif Rehman9-Apr-10 4:53 
AnswerRe: migrate from MS ACCESS to C#. Pin
Estys10-Apr-10 3:30
Estys10-Apr-10 3:30 
QuestionHttpWebRequest/Response without using IE Proxy Settings Pin
AmitDey9-Apr-10 2:24
AmitDey9-Apr-10 2:24 
I have a proxy setting in IE, which I do not want to change.

Also I have this piece of code

HttpWebRequest webRequest = (HttpWebRequest)
WebRequest.Create(url);
HttpWebResponse webResponse = (HttpWebResponse)
webRequest.GetResponse();

The problem is that, this Request is trying to go through the IE's proxy settings.

I want the request to not go through the IE's settings.

How can I achieve this ?
AnswerRe: HttpWebRequest/Response without using IE Proxy Settings Pin
Martin Jarvis13-Apr-10 21:01
Martin Jarvis13-Apr-10 21:01 
QuestionSending Form from HTML Webpage [modified] Pin
Dalek Dave8-Apr-10 10:22
professionalDalek Dave8-Apr-10 10:22 
AnswerRe: Sending Form from HTML Webpage Pin
Not Active8-Apr-10 10:34
mentorNot Active8-Apr-10 10:34 
GeneralRe: Sending Form from HTML Webpage Pin
Dalek Dave8-Apr-10 10:38
professionalDalek Dave8-Apr-10 10:38 
GeneralRe: Sending Form from HTML Webpage Pin
Not Active8-Apr-10 11:28
mentorNot Active8-Apr-10 11:28 
GeneralRe: Sending Form from HTML Webpage Pin
Dalek Dave8-Apr-10 11:35
professionalDalek Dave8-Apr-10 11:35 
GeneralRe: Sending Form from HTML Webpage Pin
Not Active8-Apr-10 11:47
mentorNot Active8-Apr-10 11:47 
GeneralRe: Sending Form from HTML Webpage Pin
Dalek Dave8-Apr-10 11:59
professionalDalek Dave8-Apr-10 11:59 
GeneralRe: Sending Form from HTML Webpage Pin
Not Active8-Apr-10 12:25
mentorNot Active8-Apr-10 12:25 
GeneralRe: Sending Form from HTML Webpage Pin
Dalek Dave8-Apr-10 12:32
professionalDalek Dave8-Apr-10 12:32 
GeneralRe: Sending Form from HTML Webpage Pin
Dalek Dave8-Apr-10 14:02
professionalDalek Dave8-Apr-10 14:02 
AnswerRe: Sending Form from HTML Webpage Pin
daveyerwin8-Apr-10 13:52
daveyerwin8-Apr-10 13:52 
GeneralRe: Sending Form from HTML Webpage Pin
Dalek Dave8-Apr-10 14:01
professionalDalek Dave8-Apr-10 14:01 
GeneralRe: Sending Form from HTML Webpage Pin
Not Active8-Apr-10 14:27
mentorNot Active8-Apr-10 14:27 
Questionhow to insert special characters into database msacess using asp Pin
rajivkadam4207-Apr-10 19:41
rajivkadam4207-Apr-10 19:41 
AnswerRe: how to insert special characters into database msacess using asp Pin
Gregory Gadow8-Apr-10 4:06
Gregory Gadow8-Apr-10 4:06 
QuestionLaunch an application from Classic ASP Pin
Member 45264877-Apr-10 17:20
Member 45264877-Apr-10 17:20 

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.