Chapter 2.3-ImageButton And LinkButton in asp.net
Description
Chapter 2.3-ImageButton And LinkButton in asp.net
Presentation Transcript
Chapter 2.3 : Chapter 2.3 Asp.net Image & LinkButton Control
Slide 2 : Asp.Net Control : Image Button
Introduction
The control displays an image that responds to mouse clicks like a
button. The Image Button control perform similiar to the button control. You use an image
Button when you want your button to look different than the plain rectangular button. Any
image can be a button!
Properties of a Image Button
Slide 3 : Creating a Image Button
To create a image button, you first add a image button before configuring it. You can
add a image button visually or manually. Here is an example:
<%@ Page Language="C#" %>
html>
Exercise