ServerImage V1.0 F1.7

File Name: Server_Image.asp
Class Name: ServerImage

Overview
Displays an image on the Page.



Public Constructors
New_ServerImage(name) This constructor is used to create an instance of the control while at the same time assiging it a name and id.
New ServerImage This is the default constructor and it will create an instance of the control without a name. Controls instanciated this way must assign the name of the control manually by doing this: <controlVariable>.Control.Name = "<ControlName>"

Public Properties
Control WebControl Inherits attributes from the WebControl class.
ImageSrc String Gets/Sets the image location (src)
Border Int Gets/Sets the image border
Width Int Gets/Sets the image width
Height Int Gets/Set the image height
Alt String Gets/Sets the alternate text of the Image. For browsers that support the tooltips it will display this text as a tooltip.

Public Methods
(default) Render Renders the control to the page.

Public Events
Event Desc

Protected Properties
-- -- --

Protected Methods
WriteProperties(bag) Invoked by the CLASP Framework to allow the control to restore its state after a postback. Bag is of type PropertyBag and can be used to read (or write) to the control viewstate.
ReadPropertied(bag) Invoked by the CLASP Framework to allow the control to persist its state before the page is destroyed. Bag is of type PropertyBag and can be used to read (or write) to the control viewstate.

Protected Events
--