It shows that you are unregistered. Please register with us by clicking Here
![]() |
|
![]() |
![]() | Register - FAQ - Today's Posts - New Posts - Support - Search | ![]() |
|
|
#1 (permalink) |
|
Member
Join Date: Jul 2006
Age: 48
Posts: 45
|
The Image server control enables you to work with images that appear on your web page from the server-side code. It's a simple server control, but it can give you the power to determine how your images are displayed on the browser screen. A typical Image control is constructed in the following manner:
<asp:Image ID="Image1" Runat="server" ImageUrl="~/MyImage1.gif" /> The important property here is ImageUrl. It points to the file location of the image. In this case, the location is specified as the MyImage.gif file. |
|
|
|
|
|
![]() |
| Currently Active Users Viewing This Thread: 1 (0 members and 1 guests) | |
| Thread Tools | |
| Display Modes | |
|
|
Similar Threads
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| What is the difference between a server-side include and server.Execute? | agaba175 | ASP | 0 | 08-05-2006 08:37 PM |
| Web Server Control Panel | khel | Site and Server Administration | 4 | 08-02-2006 12:18 PM |
| What is difference between user control,web control and custom control? | agaba175 | .NET | 0 | 07-26-2006 06:33 AM |
| What is a ::PlaceHolder Server Control | Tom Tom | .NET | 0 | 07-13-2006 03:07 PM |