Click here to Skip to main content
15,899,124 members
Home / Discussions / ASP.NET
   

ASP.NET

 
QuestionHow should I create a class that I can access across multiple ASP.NET pages? Pin
Adam Brown 35-May-10 4:26
Adam Brown 35-May-10 4:26 
AnswerRe: How should I create a class that I can access across multiple ASP.NET pages? Pin
Peace ON5-May-10 4:33
Peace ON5-May-10 4:33 
AnswerRe: How should I create a class that I can access across multiple ASP.NET pages? Pin
Sandesh M Patil5-May-10 4:42
Sandesh M Patil5-May-10 4:42 
AnswerRe: How should I create a class that I can access across multiple ASP.NET pages? Pin
overtech065-May-10 4:58
overtech065-May-10 4:58 
GeneralRe: How should I create a class that I can access across multiple ASP.NET pages? Pin
Adam Brown 36-May-10 3:47
Adam Brown 36-May-10 3:47 
GeneralRe: How should I create a class that I can access across multiple ASP.NET pages? Pin
overtech066-May-10 6:36
overtech066-May-10 6:36 
AnswerRe: How should I create a class that I can access across multiple ASP.NET pages? Pin
T M Gray5-May-10 4:58
T M Gray5-May-10 4:58 
GeneralRe: How should I create a class that I can access across multiple ASP.NET pages? Pin
Adam Brown 36-May-10 3:53
Adam Brown 36-May-10 3:53 
I put a class file in my project and put it in its own namespace and it is accessible to every page, but I really need access to the data in objects that I instantiate. The data I need must persist for the life of the applicaiton. It is kind of like a wizard app where I am accumulating data page to page for final submission at the end. This is only a 3 month project so I want to keep it simple since the timelines are a bit tight.

I thought about it alot and I think the best approach is to serialize the data in an XML data island between page transfers. Then I can pick it up on the next page, de-serialize it, and move on.

Thanks for your help.

Adam
QuestionProblem Pin
MaheshSharma5-May-10 4:21
MaheshSharma5-May-10 4:21 
AnswerRe: Problem Pin
Sandesh M Patil5-May-10 4:24
Sandesh M Patil5-May-10 4:24 
AnswerRe: Problem Pin
JHizzle5-May-10 4:24
JHizzle5-May-10 4:24 
AnswerRe: Problem Pin
Not Active5-May-10 4:57
mentorNot Active5-May-10 4:57 
QuestionRegarding AjaxToolkit. Pin
dayakar_dn5-May-10 3:58
dayakar_dn5-May-10 3:58 
Questionproblem in update panel Pin
souravghosh185-May-10 2:35
souravghosh185-May-10 2:35 
AnswerRe: problem in update panel Pin
Jamil Hallal5-May-10 2:49
professionalJamil Hallal5-May-10 2:49 
AnswerRe: problem in update panel Pin
Abhijit Jana5-May-10 3:10
professionalAbhijit Jana5-May-10 3:10 
GeneralRe: problem in update panel Pin
Not Active5-May-10 3:22
mentorNot Active5-May-10 3:22 
AnswerRe: problem in update panel Pin
Not Active5-May-10 3:21
mentorNot Active5-May-10 3:21 
Questionhow to display properties on sale using google map Pin
Sandesh M Patil5-May-10 2:22
Sandesh M Patil5-May-10 2:22 
AnswerRe: how to display properties on sale using google map Pin
Not Active5-May-10 2:31
mentorNot Active5-May-10 2:31 
GeneralRe: how to display properties on sale using google map Pin
Sandesh M Patil5-May-10 2:43
Sandesh M Patil5-May-10 2:43 
GeneralRe: how to display properties on sale using google map Pin
Not Active5-May-10 3:07
mentorNot Active5-May-10 3:07 
GeneralRe: how to display properties on sale using google map Pin
Sandesh M Patil5-May-10 3:38
Sandesh M Patil5-May-10 3:38 
GeneralRe: how to display properties on sale using google map Pin
JHizzle5-May-10 3:27
JHizzle5-May-10 3:27 
AnswerRe: how to display properties on sale using google map Pin
T M Gray5-May-10 4:44
T M Gray5-May-10 4:44 

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.