Click here to Skip to main content
15,887,267 members
Home / Discussions / ASP.NET
   

ASP.NET

 
AnswerRe: Any Isses with ASP.NET with IE 10? Pin
Richard Deeming9-Jul-13 1:17
mveRichard Deeming9-Jul-13 1:17 
GeneralRe: Any Isses with ASP.NET with IE 10? Pin
jkirkerx9-Jul-13 8:50
professionaljkirkerx9-Jul-13 8:50 
QuestionSetting up Asp.net Mvc3, EF and Structuremap Pin
Member 100042608-Jul-13 6:02
Member 100042608-Jul-13 6:02 
AnswerRe: Setting up Asp.net Mvc3, EF and Structuremap Pin
Jameel VM9-Jul-13 19:33
Jameel VM9-Jul-13 19:33 
GeneralRe: Setting up Asp.net Mvc3, EF and Structuremap Pin
Member 1000426010-Jul-13 0:41
Member 1000426010-Jul-13 0:41 
GeneralRe: Setting up Asp.net Mvc3, EF and Structuremap Pin
Jameel VM10-Jul-13 4:52
Jameel VM10-Jul-13 4:52 
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 

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.