COntrol Issues
Hello,
I created a control that inherits from the Linkbutton class. I override the CreateChildControls method, and add a linkbutton and an image. The image will turn on/off based on a boolean value. Do I need to store the boolean value in the viewstate for this to work correctly? I'm having issues turning checked status on/off.
If so, do I have to override the LoadPostData methods to retrieve the value from the postback? The LinkButton inherits from it, so I didn't do anything with that method.
Brian
__________________
Brian
|