Click here to Skip to main content
15,917,971 members
Home / Discussions / ASP.NET
   

ASP.NET

 
GeneralRe: validation Pin
Sathesh Sakthivel26-Jun-07 2:05
Sathesh Sakthivel26-Jun-07 2:05 
GeneralRe: validation Pin
A kamath26-Jun-07 3:48
A kamath26-Jun-07 3:48 
GeneralRe: validation Pin
Sathesh Sakthivel26-Jun-07 4:21
Sathesh Sakthivel26-Jun-07 4:21 
GeneralRe: validation Pin
A kamath26-Jun-07 4:56
A kamath26-Jun-07 4:56 
GeneralRe: validation Pin
Sathesh Sakthivel26-Jun-07 18:12
Sathesh Sakthivel26-Jun-07 18:12 
QuestionActive Directory Pin
Jayesh Talsaniya26-Jun-07 0:21
Jayesh Talsaniya26-Jun-07 0:21 
QuestionSession asp.net Pin
AnhTin25-Jun-07 23:24
AnhTin25-Jun-07 23:24 
AnswerRe: Session asp.net Pin
Fred_Smith25-Jun-07 23:50
Fred_Smith25-Jun-07 23:50 
You really should not do this.

The session data is stored on the server (only the session ID is passed back and forth between client and server as a cookie - the server can then use this ID to retrieve the relevant session data.)

You should only ever store small amounts of data in your session object - imagne the server resources consumed if you have, say, 100 sessions at once... imagine 1,000 sessions.... imagine your server siezing up...

Fred
GeneralRe: Session asp.net Pin
AnhTin26-Jun-07 15:44
AnhTin26-Jun-07 15:44 
GeneralRe: Session asp.net Pin
Fred_Smith26-Jun-07 21:55
Fred_Smith26-Jun-07 21:55 
AnswerRe: Session asp.net Pin
Manas Bhardwaj26-Jun-07 0:14
professionalManas Bhardwaj26-Jun-07 0:14 
AnswerRe: Session asp.net Pin
Sandeep Akhare26-Jun-07 1:21
Sandeep Akhare26-Jun-07 1:21 
AnswerRe: Session asp.net Pin
Vasudevan Deepak Kumar26-Jun-07 1:37
Vasudevan Deepak Kumar26-Jun-07 1:37 
QuestionGrid View Column Pin
Senseicads25-Jun-07 23:17
Senseicads25-Jun-07 23:17 
AnswerRe: Grid View Column Pin
Fred_Smith25-Jun-07 23:37
Fred_Smith25-Jun-07 23:37 
QuestionRSS Reader/ Writer Pin
wEb GuRu...25-Jun-07 22:34
wEb GuRu...25-Jun-07 22:34 
AnswerRe: RSS Reader/ Writer Pin
RepliCrux26-Jun-07 1:16
RepliCrux26-Jun-07 1:16 
AnswerRe: RSS Reader/ Writer Pin
RepliCrux26-Jun-07 1:18
RepliCrux26-Jun-07 1:18 
Questioncrystal report export button does not work Pin
rkherath25-Jun-07 22:00
rkherath25-Jun-07 22:00 
Questionhow to use custom validator at client side Pin
Hemant Garg25-Jun-07 21:10
Hemant Garg25-Jun-07 21:10 
AnswerRe: how to use custom validator at client side Pin
Viral Upadhyay25-Jun-07 21:26
Viral Upadhyay25-Jun-07 21:26 
QuestionGUI Problem..Displaying correctly in IE BUT problem in Mozilla Pin
goutham.sriharsha25-Jun-07 20:56
goutham.sriharsha25-Jun-07 20:56 
AnswerRe: GUI Problem..Displaying correctly in IE BUT problem in Mozilla Pin
SHatchard26-Jun-07 0:33
SHatchard26-Jun-07 0:33 
AnswerRe: GUI Problem..Displaying correctly in IE BUT problem in Mozilla Pin
Guffa26-Jun-07 2:20
Guffa26-Jun-07 2:20 
QuestionStranger in AJAX. [modified] Pin
mohantfor.net25-Jun-07 20:30
mohantfor.net25-Jun-07 20:30 

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.