Click here to Skip to main content
15,886,362 members
Home / Discussions / ASP.NET
   

ASP.NET

 
GeneralRe: web.config values before install Pin
DCHAND2-Jun-09 10:33
DCHAND2-Jun-09 10:33 
QuestionASP.NET Documentation. Pin
Baeltazor2-Jun-09 2:44
Baeltazor2-Jun-09 2:44 
AnswerRe: ASP.NET Documentation. Pin
Vasudevan Deepak Kumar2-Jun-09 3:33
Vasudevan Deepak Kumar2-Jun-09 3:33 
GeneralRe: ASP.NET Documentation. Pin
Baeltazor2-Jun-09 4:40
Baeltazor2-Jun-09 4:40 
QuestionAsp.Net / SQL2005 Stored Procedure Update Problem Pin
munklefish2-Jun-09 2:23
munklefish2-Jun-09 2:23 
AnswerRe: Asp.Net / SQL2005 Stored Procedure Update Problem Pin
Colin Angus Mackay2-Jun-09 2:29
Colin Angus Mackay2-Jun-09 2:29 
AnswerRe: Asp.Net / SQL2005 Stored Procedure Update Problem Pin
Abhishek Sur2-Jun-09 10:53
professionalAbhishek Sur2-Jun-09 10:53 
QuestionAsp.net page getting expired - "internet explorer cannot dispaly a message" Pin
Satish - Developer2-Jun-09 2:00
Satish - Developer2-Jun-09 2:00 
Hi, I have developed one webpage, in which it read data from database and process each record with some logic and the final output is set to excel file. If the table contains more than 100 thousand records, my aspx page get expired. But backend the process is done. How to avoid the expiration of page.

I reasearch some part and used below code. but no use.
private int timeOut;

private void Page_Init(object sender, System.EventArgs e)
{
timeOut = Server.ScriptTimeout;
// Give it 1 hour = 3600 seconds
Server.ScriptTimeout = 72000;
}

private void Page_Unload(object sender, System.EventArgs e)
{
Server.ScriptTimeout = timeOut;
}

G. Satish

AnswerRe: Asp.net page getting expired - "internet explorer cannot dispaly a message" Pin
Not Active2-Jun-09 3:06
mentorNot Active2-Jun-09 3:06 
AnswerRe: Asp.net page getting expired - "internet explorer cannot dispaly a message" Pin
Vasudevan Deepak Kumar2-Jun-09 3:35
Vasudevan Deepak Kumar2-Jun-09 3:35 
AnswerRe: Asp.net page getting expired - "internet explorer cannot dispaly a message" Pin
Kapil Thakur2-Jun-09 23:34
Kapil Thakur2-Jun-09 23:34 
Questiondisplay a message with the help of the msg box Pin
Mathew P V2-Jun-09 0:01
Mathew P V2-Jun-09 0:01 
AnswerRe: display a message with the help of the msg box Pin
Blue_Boy2-Jun-09 0:03
Blue_Boy2-Jun-09 0:03 
General[Message Deleted] Pin
Mathew P V2-Jun-09 0:06
Mathew P V2-Jun-09 0:06 
GeneralRe: display a message with the help of the msg box Pin
Blue_Boy2-Jun-09 0:22
Blue_Boy2-Jun-09 0:22 
AnswerRe: display a message with the help of the msg box Pin
Christian Graus2-Jun-09 0:17
protectorChristian Graus2-Jun-09 0:17 
GeneralRe: display a message with the help of the msg box Pin
Colin Angus Mackay2-Jun-09 2:21
Colin Angus Mackay2-Jun-09 2:21 
GeneralRe: display a message with the help of the msg box Pin
Vasudevan Deepak Kumar2-Jun-09 3:38
Vasudevan Deepak Kumar2-Jun-09 3:38 
GeneralRe: display a message with the help of the msg box Pin
Colin Angus Mackay2-Jun-09 4:07
Colin Angus Mackay2-Jun-09 4:07 
QuestionCrystal Reports with ASP.Net Pin
BhavinBhatt1-Jun-09 23:49
BhavinBhatt1-Jun-09 23:49 
AnswerRe: Crystal Reports with ASP.Net Pin
Abhishek Sur2-Jun-09 0:55
professionalAbhishek Sur2-Jun-09 0:55 
AnswerRe: Crystal Reports with ASP.Net Pin
Matt Cavanagh2-Jun-09 21:27
Matt Cavanagh2-Jun-09 21:27 
QuestionError In Localization Pleas Help Pin
mdazeemuddin1-Jun-09 23:27
mdazeemuddin1-Jun-09 23:27 
AnswerRe: Error In Localization Pleas Help Pin
Herman<T>.Instance2-Jun-09 21:52
Herman<T>.Instance2-Jun-09 21:52 
QuestionRest webservices Pin
manowj1-Jun-09 22:20
manowj1-Jun-09 22: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.