aspx thread: Web controls in c#
Just built my first web control in c#, I was surprised how easy it was. Just a point: in the book it mentions overriding the PreRender method (of Control) to use property values in the control. I'm not sure whether this method has been depracated in the beta release of .NET but I had to override an event called OnPreRender to achieve the same effect as the book. Regards, Richard
|





