[Visual Basic]
Public Property Url As String
Public Property Url As String
[C#]
public string Url {get; set;}
public string Url {get; set;}
Property Value
The virtual path to the image file
Explanation
The Url property sets the virtual path to the image that will be displayed in the ImageKit Control. This property uses a relative virtual path.
For example, if the image resides in the following virtual
path:
"http://myserver/myfolder/myimage.jpg"
Set the Url property as follows:
ImageKit1.Url =
"/myfolder/myimage.jpg"
Make sure that the image is in the root directory of the web application or in a sub directory within the scope of the web application's virtual directory.