Click here to Skip to main content
15,892,674 members
Home / Discussions / ASP.NET
   

ASP.NET

 
QuestionDrop down list on image click Pin
lavesh212918-Jan-09 20:58
lavesh212918-Jan-09 20:58 
AnswerRe: Drop down list on image click Pin
TommyTomToms9-Jan-09 0:19
TommyTomToms9-Jan-09 0:19 
QuestionKeeping the session alive Pin
Talal Sultan8-Jan-09 20:30
Talal Sultan8-Jan-09 20:30 
AnswerRe: Keeping the session alive Pin
Aman Bhullar8-Jan-09 20:48
Aman Bhullar8-Jan-09 20:48 
QuestionRe: Keeping the session alive Pin
Talal Sultan8-Jan-09 21:21
Talal Sultan8-Jan-09 21:21 
AnswerRe: Keeping the session alive Pin
Sundar_R8-Jan-09 20:52
Sundar_R8-Jan-09 20:52 
GeneralRe: Keeping the session alive Pin
Talal Sultan8-Jan-09 21:22
Talal Sultan8-Jan-09 21:22 
GeneralRe: Keeping the session alive Pin
Sundar_R8-Jan-09 21:59
Sundar_R8-Jan-09 21:59 
Response will not be held until the thread method is finished.
Even if the server timeout is reached, thread will continue its execution,it wont be clubbed with the page's life cycle execution.
Using a thread might solve your problem,but you should think of many other scenarios like when to dispose your thread,when and where to check the thread status for disposal.
Also keep in mind how many users simultaneously will try to do an upload.
You might end up with serious memory leakage problems.
These things might me costlier than the security requirement you try to maintain.
GeneralRe: Keeping the session alive Pin
Talal Sultan8-Jan-09 22:38
Talal Sultan8-Jan-09 22:38 
AnswerRe: Keeping the session alive Pin
NeverHeardOfMe8-Jan-09 22:18
NeverHeardOfMe8-Jan-09 22:18 
GeneralRe: Keeping the session alive Pin
Talal Sultan8-Jan-09 22:41
Talal Sultan8-Jan-09 22:41 
QuestionGenerating Dynamic views dynamically at run time in asp.net mvc Pin
ramachandrareddy8-Jan-09 20:21
ramachandrareddy8-Jan-09 20:21 
Questionerrormessage from two separate validators appearing in the same place Pin
livez8-Jan-09 20:17
livez8-Jan-09 20:17 
AnswerRe: errormessage from two separate validators appearing in the same place Pin
Talal Sultan8-Jan-09 20:34
Talal Sultan8-Jan-09 20:34 
AnswerRe: errormessage from two separate validators appearing in the same place Pin
Abhijit Jana8-Jan-09 20:35
professionalAbhijit Jana8-Jan-09 20:35 
GeneralRe: errormessage from two separate validators appearing in the same place Pin
livez8-Jan-09 20:36
livez8-Jan-09 20:36 
Questionhow to reduce loading time in website? Pin
sugunavathysubramanian8-Jan-09 19:45
sugunavathysubramanian8-Jan-09 19:45 
AnswerRe: how to reduce loading time in website? Pin
Abhijit Jana8-Jan-09 19:59
professionalAbhijit Jana8-Jan-09 19:59 
Questionpayemnt gateway Pin
deepika18-Jan-09 19:37
deepika18-Jan-09 19:37 
AnswerRe: payemnt gateway Pin
Abhijit Jana8-Jan-09 20:06
professionalAbhijit Jana8-Jan-09 20:06 
QuestionException of type 'System.OutOfMemoryException' was thrown. Pin
www.Developerof.NET8-Jan-09 19:28
www.Developerof.NET8-Jan-09 19:28 
AnswerRe: Exception of type 'System.OutOfMemoryException' was thrown. Pin
Abhijit Jana8-Jan-09 19:44
professionalAbhijit Jana8-Jan-09 19:44 
GeneralRe: Exception of type 'System.OutOfMemoryException' was thrown. Pin
Member 260050931-Jan-10 22:55
Member 260050931-Jan-10 22:55 
QuestionAsp.net how to implement payment gateway i want credit card validation Pin
deepika18-Jan-09 19:22
deepika18-Jan-09 19:22 
AnswerRe: Asp.net how to implement payment gateway i want credit card validation Pin
Abhijit Jana8-Jan-09 20:08
professionalAbhijit Jana8-Jan-09 20:08 

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.