Click here to Skip to main content
15,912,897 members
Home / Discussions / ASP.NET
   

ASP.NET

 
GeneralRe: send XML request and get XML response Pin
praveenkumar_mca24-May-07 18:44
praveenkumar_mca24-May-07 18:44 
GeneralRe: send XML request and get XML response Pin
praveenkumar_mca23-May-07 1:30
praveenkumar_mca23-May-07 1:30 
Questionhow to convert asp to asp.net Pin
saravanan0522-May-07 23:24
saravanan0522-May-07 23:24 
AnswerRe: how to convert asp to asp.net Pin
Christian Graus22-May-07 23:36
protectorChristian Graus22-May-07 23:36 
QuestionCreating then emailing files in asp.net2 project Pin
Glen Harvy22-May-07 21:36
Glen Harvy22-May-07 21:36 
QuestionNumeric mode paging in datalist Pin
DhawalJoe22-May-07 21:30
DhawalJoe22-May-07 21:30 
QuestionDoubt abt Session time out expired Pin
micydon22-May-07 21:29
micydon22-May-07 21:29 
AnswerRe: Doubt abt Session time out expired Pin
Guffa22-May-07 22:22
Guffa22-May-07 22:22 
Why do so many write "doubt" when they mean "question"?

micydon wrote:
In my application i hve set the session time out to 70m.


70 meters? Wink | ;)

micydon wrote:
Is there any method for not specifying any timeout limit .


No.

If you would not have a timeout on sessions, it would mean that a Session object would be created for each visitor, and the objects would remain in memory forever. After a while the memory would fill up with Session objects, and the server would die.

micydon wrote:
Wht will happen if we dont give that time out stmt in web.config.


You will get the default timeout specified in the settings for the web site. This is 20 minutes by default.

---
single minded; short sighted; long gone;

QuestionConnecting ASP.NET with SQL SERVER Pin
Prakash_Mishra22-May-07 21:24
Prakash_Mishra22-May-07 21:24 
AnswerRe: Connecting ASP.NET with SQL SERVER Pin
N a v a n e e t h22-May-07 21:36
N a v a n e e t h22-May-07 21:36 
AnswerRe: Connecting ASP.NET with SQL SERVER Pin
meeram39523-May-07 1:43
meeram39523-May-07 1:43 
Questionhow can i get asp.net calendar control value in javascript Pin
dtamils22-May-07 21:13
dtamils22-May-07 21:13 
AnswerRe: how can i get asp.net calendar control value in javascript Pin
N a v a n e e t h22-May-07 21:33
N a v a n e e t h22-May-07 21:33 
QuestionException in Rendering GridView Pin
248912822-May-07 20:48
248912822-May-07 20:48 
AnswerRe: Exception in Rendering GridView Pin
Harini N K22-May-07 23:08
Harini N K22-May-07 23:08 
Questionuser control + asp.net2.0 + c# Pin
ritu432122-May-07 20:33
ritu432122-May-07 20:33 
AnswerRe: user control + asp.net2.0 + c# Pin
Sandeep Akhare22-May-07 20:43
Sandeep Akhare22-May-07 20:43 
GeneralRe: user control + asp.net2.0 + c# Pin
praveenkumar_mca23-May-07 21:14
praveenkumar_mca23-May-07 21:14 
GeneralRe: user control + asp.net2.0 + c# Pin
Sandeep Akhare23-May-07 21:23
Sandeep Akhare23-May-07 21:23 
AnswerRe: user control + asp.net2.0 + c# Pin
Sherin Iranimose22-May-07 20:57
Sherin Iranimose22-May-07 20:57 
GeneralRe: user control + asp.net2.0 + c# Pin
praveenkumar_mca23-May-07 21:20
praveenkumar_mca23-May-07 21:20 
AnswerRe: user control + asp.net2.0 + c# Pin
praveenkumar_mca23-May-07 21:27
praveenkumar_mca23-May-07 21:27 
Questionuse of machine.config file ? Pin
abhiram12322-May-07 20:23
abhiram12322-May-07 20:23 
AnswerRe: use of machine.config file ? Pin
Sandeep Akhare22-May-07 20:35
Sandeep Akhare22-May-07 20:35 
AnswerRe: use of machine.config file ? Pin
N a v a n e e t h22-May-07 20:55
N a v a n e e t h22-May-07 20:55 

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.