Click here to Skip to main content
15,867,568 members
Home / Discussions / ASP.NET
   

ASP.NET

 
GeneralRe: How to move the data reader Pin
nour12325-Nov-08 21:42
nour12325-Nov-08 21:42 
Questiononclientclick is working even when the buttton is in disable mode Pin
lakshmichawala25-Nov-08 20:49
lakshmichawala25-Nov-08 20:49 
AnswerRe: onclientclick is working even when the buttton is in disable mode Pin
Nishant Singh25-Nov-08 22:08
Nishant Singh25-Nov-08 22:08 
QuestionAJAX.net posting back the page on Firefox Pin
DineshSharmain25-Nov-08 20:15
DineshSharmain25-Nov-08 20:15 
AnswerRe: AJAX.net posting back the page on Firefox Pin
Christian Graus25-Nov-08 20:18
protectorChristian Graus25-Nov-08 20:18 
QuestionGalieo Webservice for Flight Pin
Hemant_ec4825-Nov-08 20:14
Hemant_ec4825-Nov-08 20:14 
AnswerRe: Galieo Webservice for Flight Pin
Christian Graus25-Nov-08 20:15
protectorChristian Graus25-Nov-08 20:15 
QuestionUnable to connect to remote server Pin
needhi_p25-Nov-08 20:12
needhi_p25-Nov-08 20:12 
Hi all...
I am making a web request to a site & all is working fine. But today i found that the site url isnt working. Site is unavailable due to some reasons. So then in my code i am getting error of "Unable to connect to remote server". My code is as follows.

private WebRequest _request;

_request = WebRequest.Create(uri[j]); // uri[j] is an array containing site url
_request.Method = "POST";
_request.ContentType = "application/x-www-form-urlencoded";
_request.ContentLength = buffer.Length;
PostData = _request.GetRequestStream(); <---- gives error
PostData.Write(buffer, 0, buffer.Length);

How can i catch this exception? Is there some way to catch such exception??? Thnx in advance..
AnswerRe: Unable to connect to remote server Pin
Christian Graus25-Nov-08 20:16
protectorChristian Graus25-Nov-08 20:16 
AnswerRe: Unable to connect to remote server Pin
Abhijit Jana25-Nov-08 20:38
professionalAbhijit Jana25-Nov-08 20:38 
QuestionHow To Change Addrotater adds in ASP.NET With out Page Refresh? Pin
Rajesh Kumar Chekuri25-Nov-08 20:05
Rajesh Kumar Chekuri25-Nov-08 20:05 
AnswerRe: How To Change Addrotater adds in ASP.NET With out Page Refresh? Pin
Christian Graus25-Nov-08 20:19
protectorChristian Graus25-Nov-08 20:19 
QuestionHit counter Pin
Atul Kharecha25-Nov-08 19:39
Atul Kharecha25-Nov-08 19:39 
AnswerRe: Hit counter Pin
Christian Graus25-Nov-08 19:45
protectorChristian Graus25-Nov-08 19:45 
GeneralRe: Hit counter Pin
Atul Kharecha25-Nov-08 19:55
Atul Kharecha25-Nov-08 19:55 
GeneralRe: Hit counter Pin
Christian Graus25-Nov-08 19:59
protectorChristian Graus25-Nov-08 19:59 
QuestionDot Net Pin
Anila A25-Nov-08 19:39
Anila A25-Nov-08 19:39 
AnswerRe: Dot Net Pin
Christian Graus25-Nov-08 19:46
protectorChristian Graus25-Nov-08 19:46 
QuestionUpload & cropping image Like Orkut? Pin
sree reddy25-Nov-08 19:27
sree reddy25-Nov-08 19:27 
AnswerRe: Upload & cropping image Like Orkut? Pin
Christian Graus25-Nov-08 19:47
protectorChristian Graus25-Nov-08 19:47 
AnswerRe: Upload & cropping image Like Orkut? Pin
vishalg_gupta10-Apr-09 0:19
vishalg_gupta10-Apr-09 0:19 
Questionextracting text from scanned document Pin
sruthikv25-Nov-08 18:56
sruthikv25-Nov-08 18:56 
AnswerRe: extracting text from scanned document Pin
Christian Graus25-Nov-08 19:51
protectorChristian Graus25-Nov-08 19:51 
Questiongurbage value coming from comport while using mscomm32.ocx Pin
souravghosh1825-Nov-08 18:05
souravghosh1825-Nov-08 18:05 
AnswerRe: gurbage value coming from comport while using mscomm32.ocx Pin
Christian Graus25-Nov-08 18:06
protectorChristian Graus25-Nov-08 18:06 

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.