i am overriding this methods, but the way i am doing it is not working properly, does anyone knows a better and effective way to overrides this methods?
thanks.
Protected Overrides Sub SavePageStateToPersistenceMedium(ByVal viewState As Object)
Session("MyViewState"
= viewState
End Sub
Protected Overrides Function LoadPageStateFromPersistenceMedium() As Object
Return Session("MyViewState"
End Function
thanks.
Protected Overrides Sub SavePageStateToPersistenceMedium(ByVal viewState As Object)
Session("MyViewState"

End Sub
Protected Overrides Function LoadPageStateFromPersistenceMedium() As Object
Return Session("MyViewState"

End Function