K
Ken Varn
I have a custom control that derives from WebControl. The custom control
process postback data, which on postback modifies the Width and Height
properties of itself. The problem that I am having is that when the
WebControl loads view state, it overwrites my loaded width and height that
were set in the postback handler. How can I tell the base class not to
modify certain properties when it loads view state, in particular Width and
Height?
--
-----------------------------------
Ken Varn
Senior Software Engineer
Diebold Inc.
EmailID = varnk
Domain = Diebold.com
-----------------------------------
process postback data, which on postback modifies the Width and Height
properties of itself. The problem that I am having is that when the
WebControl loads view state, it overwrites my loaded width and height that
were set in the postback handler. How can I tell the base class not to
modify certain properties when it loads view state, in particular Width and
Height?
--
-----------------------------------
Ken Varn
Senior Software Engineer
Diebold Inc.
EmailID = varnk
Domain = Diebold.com
-----------------------------------