Click here to Skip to main content
15,895,256 members
Home / Discussions / ASP.NET
   

ASP.NET

 
AnswerRe: Session Problem!!! Pin
Paulo Zemek9-Apr-09 8:04
mvaPaulo Zemek9-Apr-09 8:04 
AnswerRe: Session Problem!!! Pin
Yusuf9-Apr-09 8:37
Yusuf9-Apr-09 8:37 
Question[Message Deleted] Pin
sara malik9-Apr-09 5:06
sara malik9-Apr-09 5:06 
AnswerRe: Time Out Exception Pin
Abhijit Jana9-Apr-09 5:18
professionalAbhijit Jana9-Apr-09 5:18 
GeneralRe: Time Out Exception Pin
sara malik9-Apr-09 9:25
sara malik9-Apr-09 9:25 
AnswerRe: Time Out Exception Pin
Paddy Boyd9-Apr-09 5:35
Paddy Boyd9-Apr-09 5:35 
GeneralRe: Time Out Exception Pin
sara malik9-Apr-09 9:31
sara malik9-Apr-09 9:31 
AnswerRe: Time Out Exception Pin
Yusuf9-Apr-09 5:40
Yusuf9-Apr-09 5:40 
Are you trying to load huge data to the page? In normal operation the default timeout should be sufficient.

In a particular page, you can temporarily adjust the script time out using

long currentTimeout = Server.ScriptTimeout
Server.ScriptTimeout = NumSeconds 

//do what ever you want

Server.ScriptTimeout = currentTimeout 


alternatively you can change your web.config to set longer ScriptTimeout. This can be done at IIS level too.

Yusuf

Oh didn't you notice, analogous to square roots, they recently introduced rectangular, circular, and diamond roots to determine the size of the corresponding shapes when given the area. Luc Pattyn[^]

GeneralRe: Time Out Exception Pin
sara malik9-Apr-09 9:29
sara malik9-Apr-09 9:29 
Questionhow to apply style via an external CSS fie on a user control(.ascx file)? Pin
sara malik9-Apr-09 4:25
sara malik9-Apr-09 4:25 
AnswerRe: how to apply style via an external CSS fie on a user control(.ascx file)? Pin
Paddy Boyd9-Apr-09 5:32
Paddy Boyd9-Apr-09 5:32 
GeneralRe: how to apply style via an external CSS fie on a user control(.ascx file)? Pin
sara malik9-Apr-09 9:21
sara malik9-Apr-09 9:21 
GeneralRe: how to apply style via an external CSS fie on a user control(.ascx file)? Pin
mr_muskurahat9-Apr-09 20:57
mr_muskurahat9-Apr-09 20:57 
GeneralRe: how to apply style via an external CSS fie on a user control(.ascx file)? Pin
sara malik12-Apr-09 4:03
sara malik12-Apr-09 4:03 
Questioncan we create crystal report using 3 tier architecture?if yes then how. [modified] Pin
sara malik9-Apr-09 3:16
sara malik9-Apr-09 3:16 
AnswerRe: can we create crystal report using 3 tier architecture?if yes then how. Pin
ToddHileHoffer9-Apr-09 5:36
ToddHileHoffer9-Apr-09 5:36 
Questionhow to detect the event of closing of a page by another web page in asp.net [modified] Pin
sara malik9-Apr-09 3:09
sara malik9-Apr-09 3:09 
AnswerRe: how to detect the event of closing of a child page by a parent web page in asp.net Pin
ToddHileHoffer9-Apr-09 5:39
ToddHileHoffer9-Apr-09 5:39 
QuestionRe: how to detect the event of closing of a child page by a parent web page in asp.net Pin
sara malik9-Apr-09 9:46
sara malik9-Apr-09 9:46 
AnswerRe: how to detect the event of closing of a child page by a parent web page in asp.net Pin
Yusuf9-Apr-09 5:45
Yusuf9-Apr-09 5:45 
QuestionRe: how to detect the event of closing of a child page by a parent web page in asp.net Pin
sara malik9-Apr-09 9:51
sara malik9-Apr-09 9:51 
AnswerRe: how to detect the event of closing of a child page by a parent web page in asp.net Pin
Yusuf9-Apr-09 10:40
Yusuf9-Apr-09 10:40 
GeneralRe: how to detect the event of closing of a child page by a parent web page in asp.net Pin
sara malik12-Apr-09 5:27
sara malik12-Apr-09 5:27 
GeneralRe: how to detect the event of closing of a child page by a parent web page in asp.net Pin
Yusuf13-Apr-09 14:03
Yusuf13-Apr-09 14:03 
GeneralRe: how to detect the event of closing of a child page by a parent web page in asp.net Pin
sara malik16-Apr-09 7:20
sara malik16-Apr-09 7:20 

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.