LoadViewState never called after postback
- From: "Vishal" <anonymous@xxxxxxxxxxxxxxxxxxxxxxxxx>
- Date: Fri, 8 Apr 2005 12:12:15 -0700
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
.
- Prev by Date: Visual Studio on XP Pro
- Next by Date: Re: drawing a line
- Previous by thread: Visual Studio on XP Pro
- Next by thread: HttpWebRequest with java session id cookie; HELP PLEASE
- Index(es):