Click here to Skip to main content
15,885,365 members
Home / Discussions / ASP.NET
   

ASP.NET

 
GeneralRe: Error when loading ASP.NET page Pin
WinCrs29-Mar-10 22:40
WinCrs29-Mar-10 22:40 
GeneralRe: Error when loading ASP.NET page Pin
<<Tash18>>29-Mar-10 22:42
<<Tash18>>29-Mar-10 22:42 
AnswerRe: Error when loading ASP.NET page Pin
Member 450194030-Mar-10 4:07
Member 450194030-Mar-10 4:07 
AnswerRe: Error when loading ASP.NET page Pin
Member 450194030-Mar-10 4:09
Member 450194030-Mar-10 4:09 
Questionhow to call javascript function from ascx page?? Pin
sarala.s29-Mar-10 21:08
sarala.s29-Mar-10 21:08 
AnswerRe: how to call javascript function from ascx page?? Pin
Dinesh Mani29-Mar-10 21:44
Dinesh Mani29-Mar-10 21:44 
QuestionProblem during Synchronisation... Pin
<<Tash18>>29-Mar-10 18:52
<<Tash18>>29-Mar-10 18:52 
AnswerRe: Problem during Synchronisation... Pin
PSK_29-Mar-10 19:18
PSK_29-Mar-10 19:18 
If the browser establishes a connection to a web server and the request takes more then the HTTP keep alive time of browser or the web server in that case you will get this error.

Ideally for this type of operation web applications are not preferred; it should be done through a windows service or some other background service.

But still if you want to implement this using a webapplication then you can run a background thread to do this synchronization and refresh your page let say every 30 seconds using javascript to check the progress, once the synchronization is done you can stop the refresh and show your message to the user.
WWW, WCF, WWF, WPF, WFC .... WTF
modified on Tuesday, March 30, 2010 2:01 AM

GeneralRe: Problem during Synchronisation... Pin
<<Tash18>>29-Mar-10 19:32
<<Tash18>>29-Mar-10 19:32 
GeneralRe: Problem during Synchronisation... Pin
PSK_29-Mar-10 19:53
PSK_29-Mar-10 19:53 
AnswerRe: Problem during Synchronisation... Pin
Sandeep Mewara29-Mar-10 19:41
mveSandeep Mewara29-Mar-10 19:41 
GeneralRe: Problem during Synchronisation... Pin
<<Tash18>>29-Mar-10 19:47
<<Tash18>>29-Mar-10 19:47 
GeneralRe: Problem during Synchronisation... Pin
Sandeep Mewara29-Mar-10 19:54
mveSandeep Mewara29-Mar-10 19:54 
QuestionRe: Problem during Synchronisation... Pin
<<Tash18>>29-Mar-10 21:57
<<Tash18>>29-Mar-10 21:57 
Questionproblem in gridview Pin
Amit Spadez29-Mar-10 3:09
professionalAmit Spadez29-Mar-10 3:09 
AnswerRe: problem in gridview Pin
Brij29-Mar-10 3:22
mentorBrij29-Mar-10 3:22 
GeneralRe: problem in gridview Pin
PSK_29-Mar-10 3:27
PSK_29-Mar-10 3:27 
GeneralRe: problem in gridview Pin
Amit Spadez29-Mar-10 19:04
professionalAmit Spadez29-Mar-10 19:04 
AnswerRe: problem in gridview Pin
PSK_29-Mar-10 3:29
PSK_29-Mar-10 3:29 
GeneralRe: problem in gridview Pin
Amit Spadez29-Mar-10 19:03
professionalAmit Spadez29-Mar-10 19:03 
AnswerRe: problem in gridview Pin
Abhijit Jana29-Mar-10 6:23
professionalAbhijit Jana29-Mar-10 6:23 
GeneralRe: problem in gridview Pin
Amit Spadez29-Mar-10 19:01
professionalAmit Spadez29-Mar-10 19:01 
Questionimplement error handling in webproject and logging errrors Pin
Hemant Thaker29-Mar-10 3:05
Hemant Thaker29-Mar-10 3:05 
AnswerRe: implement error handling in webproject and logging errrors Pin
PSK_29-Mar-10 3:25
PSK_29-Mar-10 3:25 
AnswerRe: implement error handling in webproject and logging errrors Pin
Abhijit Jana29-Mar-10 17:34
professionalAbhijit Jana29-Mar-10 17:34 

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.