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

ASP.NET

 
AnswerRe: web.sitemap and Page Title Pin
Jesse Squire3-Jul-06 3:12
Jesse Squire3-Jul-06 3:12 
GeneralRe: web.sitemap and Page Title [modified] Pin
MaWeRic3-Jul-06 6:00
MaWeRic3-Jul-06 6:00 
QuestionProtect PDF Pin
Tech4U3-Jul-06 2:35
Tech4U3-Jul-06 2:35 
AnswerRe: Protect PDF Pin
Tech4U3-Jul-06 2:37
Tech4U3-Jul-06 2:37 
GeneralRe: Protect PDF Pin
Tech4U3-Jul-06 2:38
Tech4U3-Jul-06 2:38 
QuestionView State Pin
Minuab3-Jul-06 2:32
Minuab3-Jul-06 2:32 
AnswerRe: View State Pin
ritu43213-Jul-06 3:20
ritu43213-Jul-06 3:20 
AnswerRe: View State Pin
Jesse Squire3-Jul-06 3:28
Jesse Squire3-Jul-06 3:28 
ViewState is a mechanism to remember control data during postbacks to the same page. It is not a state management tool for retaining data as you navigate a site, so it isn't going to be helpful to you in this context.

What you'll want to look into is programatically collecting that data that you'd like to maintain and saving it for use during the user's session. There really isn't a built in mechanism to handle this task, you will need to program for it. In general, this is referred to as "Session State".

A Google search[^] returns plenty of hits to sort through. I'd recommend taking a look at:
  • This[^] article over at Informit on ASP.NET session state beginnings
  • This[^] article at Informit on more advanced session management

Hope that helps. Smile | :)

--Jesse
QuestionDatagrid Problem Pin
Minuab3-Jul-06 1:32
Minuab3-Jul-06 1:32 
AnswerRe: Datagrid Problem Pin
amaneet3-Jul-06 1:40
amaneet3-Jul-06 1:40 
GeneralRe: Datagrid Problem Pin
Minuab3-Jul-06 1:53
Minuab3-Jul-06 1:53 
GeneralRe: Datagrid Problem Pin
murali.vemula3-Jul-06 2:10
murali.vemula3-Jul-06 2:10 
AnswerRe: Datagrid Problem Pin
Sushant Duggal3-Jul-06 1:52
Sushant Duggal3-Jul-06 1:52 
GeneralRe: Datagrid Problem Pin
Minuab3-Jul-06 2:04
Minuab3-Jul-06 2:04 
Questionmail sending problem Pin
amaneet3-Jul-06 1:20
amaneet3-Jul-06 1:20 
AnswerRe: mail sending problem Pin
Sushant Duggal3-Jul-06 1:43
Sushant Duggal3-Jul-06 1:43 
QuestionEditor like present in Microsoft Outlook.. Pin
Sushant Duggal3-Jul-06 1:18
Sushant Duggal3-Jul-06 1:18 
AnswerRe: Editor like present in Microsoft Outlook.. Pin
Jesse Squire3-Jul-06 3:44
Jesse Squire3-Jul-06 3:44 
QuestionSend a ASP.NET(1.x) mail with embedded images Pin
Sudhakar Pasupunuri3-Jul-06 0:38
Sudhakar Pasupunuri3-Jul-06 0:38 
AnswerRe: Send a ASP.NET(1.x) mail with embedded images Pin
Jesse Squire3-Jul-06 3:47
Jesse Squire3-Jul-06 3:47 
QuestionTo personalise the web page Pin
Sajitha K3-Jul-06 0:30
Sajitha K3-Jul-06 0:30 
QuestionI am a beginer.Help me Pin
aligatojohn3-Jul-06 0:26
aligatojohn3-Jul-06 0:26 
AnswerRe: I am a beginer.Help me Pin
Paddy Boyd3-Jul-06 2:04
Paddy Boyd3-Jul-06 2:04 
AnswerRe: I am a beginer.Help me Pin
Tarakeshwar Reddy3-Jul-06 2:04
professionalTarakeshwar Reddy3-Jul-06 2:04 
AnswerRe: I am a beginer.Help me Pin
Colin Angus Mackay3-Jul-06 2:28
Colin Angus Mackay3-Jul-06 2:28 

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.