954,557 Members — Technology Publication meets Social Media
Username:
Password:
Lost login information?
Have something to say? Contribute New Article Reply to this Article

disable viewstate

hello friends
how can i disable view state in vb.net,so that i have the properties of labels as i left,when i return to a page.
i am developing a windows application.
thanks in advance.

aadi_capri
Light Poster
40 posts since Sep 2011
Reputation Points: 10
Solved Threads: 0
 

Check this link out and see what you can do with it. Hope this helps!

-Chris

NetJunkie
Junior Poster
158 posts since Aug 2011
Reputation Points: 41
Solved Threads: 28
 

i was using this earlier'
Disable the View State in the page.M
Private Sub MyPage_Init_DisableViewState(ByVal sender As Object, ByVal e As System.EventArgs) Handles MyBase.Init
Me.EnableViewState = False
End Sub
AND ITS GIVING ERROR ON THE 'init' and 'me.enableviewstate=false'

aadi_capri
Light Poster
40 posts since Sep 2011
Reputation Points: 10
Solved Threads: 0
 

This article has been dead for over three months

Post: Markdown Syntax: Formatting Help
You
View similar articles that have also been tagged: