Click here to Skip to main content
15,884,388 members
Home / Discussions / ASP.NET
   

ASP.NET

 
GeneralRe: event in custom control Pin
g00fyman10-Jul-06 17:42
g00fyman10-Jul-06 17:42 
QuestionWeb.cofig error [modified] Pin
madalluge9-Jul-06 3:25
madalluge9-Jul-06 3:25 
AnswerRe: Web.cofig error Pin
Guffa9-Jul-06 5:33
Guffa9-Jul-06 5:33 
QuestionDebugging Problem Pin
AliAmjad9-Jul-06 3:05
AliAmjad9-Jul-06 3:05 
AnswerRe: Debugging Problem Pin
Subrahmanyam K9-Jul-06 18:19
Subrahmanyam K9-Jul-06 18:19 
QuestionDisplaying IE Popup before download Pin
VenkataRamana.Gali9-Jul-06 1:09
VenkataRamana.Gali9-Jul-06 1:09 
QuestionHow and Where to store the data Pin
Pentellcc8-Jul-06 13:35
Pentellcc8-Jul-06 13:35 
AnswerRe: How and Where to store the data Pin
Guffa8-Jul-06 23:20
Guffa8-Jul-06 23:20 
The web is stateless in it's basic form. As soon as you want to keep state, it will cost you, usually memory resources.

Objects are normally not persisted from page to page, so the standard way of doing it is not to do it. Usually you just fetch them from the database again.

If you want to persist the object, you can put them in session variables. Be carful about storing large objects in sesson variables, though, as the session objects live for a very long time. Objects in a web application usually lives mere milliseconds, so objects persisted in memory for minutes will be using relatively much memory resources.


---
b { font-weight: normal; }

GeneralRe: How and Where to store the data Pin
Pentellcc9-Jul-06 7:27
Pentellcc9-Jul-06 7:27 
AnswerRe: How and Where to store the data Pin
Guffa9-Jul-06 10:24
Guffa9-Jul-06 10:24 
Questionalphabetic paging of datagrid with C# Pin
anu_chandu8-Jul-06 12:05
anu_chandu8-Jul-06 12:05 
QuestionASP.Net 2.0 Skins and Themes files to download Pin
Clickok8-Jul-06 12:04
Clickok8-Jul-06 12:04 
QuestionDoubt regarding AJAX Pin
ravindradonkada8-Jul-06 10:35
ravindradonkada8-Jul-06 10:35 
QuestionAbout property of FieldSize in access Pin
KSCsoft8-Jul-06 5:00
KSCsoft8-Jul-06 5:00 
AnswerRe: About property of FieldSize in access Pin
Guffa8-Jul-06 8:32
Guffa8-Jul-06 8:32 
Questioncreate user controls [modified] Pin
surshbabuk8-Jul-06 4:42
surshbabuk8-Jul-06 4:42 
Questionmodifying dataset values [modified] Pin
peter rankel8-Jul-06 4:04
peter rankel8-Jul-06 4:04 
AnswerRe: modifying dataset values Pin
Subrahmanyam K9-Jul-06 18:36
Subrahmanyam K9-Jul-06 18:36 
QuestionWhois Pin
MHASSANF8-Jul-06 4:01
MHASSANF8-Jul-06 4:01 
Questionhow to get the opposite directory? Pin
KSCsoft8-Jul-06 2:35
KSCsoft8-Jul-06 2:35 
AnswerRe: how to get the opposite directory? Pin
Guffa8-Jul-06 8:34
Guffa8-Jul-06 8:34 
Questionhow to get the opposite directory Pin
KSCsoft8-Jul-06 2:28
KSCsoft8-Jul-06 2:28 
AnswerRe: how to get the opposite directory Pin
Colin Angus Mackay8-Jul-06 2:34
Colin Angus Mackay8-Jul-06 2:34 
GeneralRe: how to get the opposite directory Pin
KSCsoft8-Jul-06 2:37
KSCsoft8-Jul-06 2:37 
GeneralRe: how to get the opposite directory Pin
cloudking1196610-Jul-06 2:34
cloudking1196610-Jul-06 2:34 

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.