Click here to Skip to main content
15,907,149 members
Home / Discussions / ASP.NET
   

ASP.NET

 
AnswerRe: Using Master Page as the DB reader which implements the reading on all child pages Pin
ToddHileHoffer22-Apr-09 9:59
ToddHileHoffer22-Apr-09 9:59 
GeneralRe: Using Master Page as the DB reader which implements the reading on all child pages Pin
shabya23-Apr-09 7:07
shabya23-Apr-09 7:07 
QuestionViewState storing custom class Pin
Fayu22-Apr-09 8:14
Fayu22-Apr-09 8:14 
AnswerRe: ViewState storing custom class Pin
ToddHileHoffer22-Apr-09 9:58
ToddHileHoffer22-Apr-09 9:58 
GeneralRe: ViewState storing custom class Pin
Fayu22-Apr-09 10:08
Fayu22-Apr-09 10:08 
GeneralRe: ViewState storing custom class Pin
ToddHileHoffer22-Apr-09 10:19
ToddHileHoffer22-Apr-09 10:19 
GeneralRe: ViewState storing custom class Pin
Fayu22-Apr-09 14:20
Fayu22-Apr-09 14:20 
GeneralRe: ViewState storing custom class Pin
ToddHileHoffer22-Apr-09 15:16
ToddHileHoffer22-Apr-09 15:16 
Well, if you have a base page class or a master page. Store the object in session.

The reason for the base page class or master page is that you can check what aspx page is being loaded and set the session object to null if it is no longer needed. So it will behave like viewstate but you won't have all that data traveling back and forth to the client.


I didn't get any requirements for the signature


GeneralRe: ViewState storing custom class Pin
DoctorMick22-Apr-09 21:51
DoctorMick22-Apr-09 21:51 
GeneralRe: ViewState storing custom class Pin
ToddHileHoffer23-Apr-09 2:13
ToddHileHoffer23-Apr-09 2:13 
GeneralRe: ViewState storing custom class Pin
DoctorMick23-Apr-09 2:30
DoctorMick23-Apr-09 2:30 
GeneralRe: ViewState storing custom class Pin
Fayu23-Apr-09 6:18
Fayu23-Apr-09 6:18 
GeneralRe: ViewState storing custom class Pin
ToddHileHoffer23-Apr-09 7:09
ToddHileHoffer23-Apr-09 7:09 
QuestionAutomated Emails and SMS Pin
yogesh_kumar_agarwal22-Apr-09 7:51
yogesh_kumar_agarwal22-Apr-09 7:51 
AnswerRe: Automated Emails and SMS Pin
David Mujica22-Apr-09 8:42
David Mujica22-Apr-09 8:42 
GeneralRe: Automated Emails and SMS Pin
yogesh_kumar_agarwal22-Apr-09 9:07
yogesh_kumar_agarwal22-Apr-09 9:07 
GeneralRe: Automated Emails and SMS Pin
David Mujica22-Apr-09 10:19
David Mujica22-Apr-09 10:19 
AnswerRe: Automated Emails and SMS Pin
Perry Holman22-Apr-09 16:49
Perry Holman22-Apr-09 16:49 
QuestionHow to check for duplicates before uploading. Pin
Mantaii22-Apr-09 5:40
Mantaii22-Apr-09 5:40 
AnswerRe: How to check for duplicates before uploading. Pin
Deshbir Singh22-Apr-09 5:54
Deshbir Singh22-Apr-09 5:54 
GeneralRe: How to check for duplicates before uploading. Pin
Mantaii22-Apr-09 5:57
Mantaii22-Apr-09 5:57 
AnswerRe: How to check for duplicates before uploading. Pin
Deshbir Singh22-Apr-09 6:02
Deshbir Singh22-Apr-09 6:02 
AnswerRe: How to check for duplicates before uploading. Pin
Perry Holman22-Apr-09 16:55
Perry Holman22-Apr-09 16:55 
GeneralRe: How to check for duplicates before uploading. Pin
Mantaii22-Apr-09 22:52
Mantaii22-Apr-09 22:52 
Question[Message Deleted] Pin
pzn3xq22-Apr-09 4:57
pzn3xq22-Apr-09 4:57 

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.