borderAndreaVB free resources for Visual Basic developersborder

borderAndreaVB Visual Basic and VB.NET source code resources - Copyright © 1999-2007 Andrea Tincaniborder

AndreaVB | Forum | News | Downloads | Register | Help | Member List | Statistics | Search | PM | Profile

Print This Topic
Previous Topic (Still Need Java) New Topic New Poll Post Reply
AndreaVB Forum : ASP.Net : Read/Write ViewState
Poster Message
dcostelloe
Level: VB Guru

Registered: 11-06-2002
Posts: 74

icon Read/Write ViewState  Archived to Disk

How to add a value to the page ViewSate:

Declares
Private Const m_Name As String = "MyFullName"


Set ViewState
ViewState(m_Name) = "David Costelloe"

Read ViewSate
lblName.Text = ViewState(m_Name)



____________________________
Life is but a merry go round
around and around :-)

Visit us today:
http://www.welford-costelloe.com

31-07-2002 at 02:13 AM
View Profile Send Email to User Show All Posts Visit Homepage | Quote Reply
AndreaVB Forum : ASP.Net : Read/Write ViewState
Previous Topic (Still Need Java) New Topic New Poll Post Reply
Surf To:


Not Logged In? Username: Password: Lost your password?
Partners: Download Actual Software | Free Software Download
borderAndreaVB free resources for Visual Basic developersborder

borderAndreaVB Visual Basic and VB.NET source code resources - Copyright © 1999-2007 Andrea Tincaniborder