We want to inherit the rendering behavior of the Image control, except that the ImageUrl property (which already points to the WebMethods file specifying which ImageGenerator to use) should have the function name "GetImage" appended to it, followed by the name/value pairs stored in ImageParams which are passed to the GetImage method.
[Visual Basic] Overrides Protected Sub Render( _ ByVal writer As HtmlTextWriter _ ) [C#] protected override void Render( HtmlTextWriter writer ); [C++] protected: override void Render( HtmlTextWriter* writer ); [JScript] protected override function Render( writer : HtmlTextWriter );
DynamicImage Class | DynamicImage Members | System.Web.UI.WebControls Namespace