M
Memi Lavi
Hi Guys.
I have a very strange problem.
I've developed a simple web control, which inherits directly from the
webcontrol class.
I've overriden the LoadViewState and SaveViewState methods, in order
to customize the control's viewstate.
Problem is, while the SaveViewState method is always called, the
LoadViewState is never called, even when the page is posted back.
The control was NOT added dynamically to the form. It was added at
design time using the VS.NET designer.
Please Help!
I have a very strange problem.
I've developed a simple web control, which inherits directly from the
webcontrol class.
I've overriden the LoadViewState and SaveViewState methods, in order
to customize the control's viewstate.
Problem is, while the SaveViewState method is always called, the
LoadViewState is never called, even when the page is posted back.
The control was NOT added dynamically to the form. It was added at
design time using the VS.NET designer.
Please Help!