LoadViewState never called after postback

V

Vishal

Hello,

I have overrided the LoadViewState function in my
webform. However when the page postsback the function is
never called. Here is how I overrided it.

Protected Overloads Sub LoadViewState(ByVal SavedState As
Object)
Response.Write("LWS: " & ViewState("Stores"))
CreateColumns()
MyBase.LoadViewState(SavedState)
End Sub

Is there anything wrong with this small code?

Thanks
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Members online

No members online now.

Forum statistics

Threads
473,744
Messages
2,569,482
Members
44,901
Latest member
Noble71S45

Latest Threads

Top