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

Forum statistics

Threads
473,770
Messages
2,569,584
Members
45,075
Latest member
MakersCBDBloodSupport

Latest Threads

Top