Start New Discussion Reply to this Discussion 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.
18 Minutes
Discussion Span
aadi_capri
Light Poster
40 posts since Sep 2011
Reputation Points: 10
Solved Threads: 0
Skill Endorsements: 0
Check this link out and see what you can do with it. Hope this helps!
-Chris
NetJunkie
Junior Poster
159 posts since Aug 2011
Reputation Points: 41
Solved Threads: 28
Skill Endorsements: 0
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
Skill Endorsements: 0
© 2013 DaniWeb® LLC
Page rendered in 0.0552 seconds
using 2.62MB