Click here to Skip to main content
15,913,254 members
Home / Discussions / ASP.NET
   

ASP.NET

 
QuestionWebException timeout Problem. Pin
vishalmudrale8-Jul-13 4:07
vishalmudrale8-Jul-13 4:07 
AnswerRe: WebException timeout Problem. Pin
onelopez8-Jul-13 4:18
onelopez8-Jul-13 4:18 
Double check your time again, the WebRequest class uses timeout in milliseconds, so if you did something like

C#
webRequest.Timeout = 180;

That just means that it will expire in 180 milliseconds and not the expected 180 seconds.

If your time is correct, then check with the server and make sure that the server does not close the connection after sometime without completing the request.
GeneralRe: WebException timeout Problem. Pin
vishalmudrale8-Jul-13 19:28
vishalmudrale8-Jul-13 19:28 
GeneralRe: WebException timeout Problem. Pin
vishalmudrale8-Jul-13 19:58
vishalmudrale8-Jul-13 19:58 
Questionfacebook wall programatically Pin
Member 99727867-Jul-13 21:31
Member 99727867-Jul-13 21:31 
AnswerRe: facebook wall programatically Pin
Blikkies7-Jul-13 22:50
professionalBlikkies7-Jul-13 22:50 
Questionadd checkbox in ever row of flexgrid Pin
samsamn6-Jul-13 23:58
samsamn6-Jul-13 23:58 
AnswerRe: add checkbox in ever row of flexgrid Pin
samsamn7-Jul-13 19:41
samsamn7-Jul-13 19:41 
GeneralRe: add checkbox in ever row of flexgrid Pin
Santosh K. Tripathi7-Jul-13 20:27
professionalSantosh K. Tripathi7-Jul-13 20:27 
GeneralRe: add checkbox in ever row of flexgrid Pin
samsamn8-Jul-13 0:25
samsamn8-Jul-13 0:25 
QuestionRemove styling from Web Controls Pin
Glend Gjermeni6-Jul-13 7:13
professionalGlend Gjermeni6-Jul-13 7:13 
AnswerRe: Remove styling from Web Controls Pin
jkirkerx6-Jul-13 10:31
professionaljkirkerx6-Jul-13 10:31 
Questionwhat is entty framwork Pin
tarun kumar sahu hs6-Jul-13 2:06
tarun kumar sahu hs6-Jul-13 2:06 
QuestionWeb Crawler Pin
silentspeaker5-Jul-13 19:59
silentspeaker5-Jul-13 19:59 
QuestionNot Inserting values in the table... Pin
Sugu Thomas5-Jul-13 17:44
professionalSugu Thomas5-Jul-13 17:44 
AnswerRe: Not Inserting values in the table... Pin
A . Mohan Kumar9-Jul-13 0:26
A . Mohan Kumar9-Jul-13 0:26 
QuestionHow to write data to XML file using ASP.net/C# if that file already using by another process Pin
ven7534-Jul-13 1:18
ven7534-Jul-13 1:18 
AnswerRe: How to write data to XML file using ASP.net/C# if that file already using by another process Pin
Bernhard Hiller4-Jul-13 3:31
Bernhard Hiller4-Jul-13 3:31 
AnswerRe: How to write data to XML file using ASP.net/C# if that file already using by another process Pin
Dave Kreskowiak4-Jul-13 5:57
mveDave Kreskowiak4-Jul-13 5:57 
QuestionWhich is the best data object caching technique in asp.net Pin
dotnet_tiger3-Jul-13 22:29
dotnet_tiger3-Jul-13 22:29 
Questiondisplaying dynamic menus and submenus vertically Pin
Priyanka Bhagwat2-Jul-13 21:27
professionalPriyanka Bhagwat2-Jul-13 21:27 
QuestionChange gridview cell back color without postback Pin
Michele562-Jul-13 21:17
Michele562-Jul-13 21:17 
AnswerRe: Change gridview cell back color without postback Pin
Vani Kulkarni3-Jul-13 22:34
professionalVani Kulkarni3-Jul-13 22:34 
GeneralRe: Change gridview cell back color without postback Pin
Michele563-Jul-13 23:32
Michele563-Jul-13 23:32 
QuestionHTML Frames Pin
Martin_2-Jul-13 10:06
Martin_2-Jul-13 10: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.