The ASP.Net Label control also provides the functionality to display it as an active caption in front of another web server control such as ASP.Net Textbox control. You can assign the text value to the Label control to show the description or title for the input type control placed inline to it.
You can assign the value to the Text property of the ASP.Net Label control that you want to display as static content on the web page. The Text property of Label control enables you to set the value as plain text or HTML formatted text on the ASP.Net web page.
The ASP.Net Label control enables you to display the static text on the web page. You can use the text property of the Label Control to display the text on the web page that be specified at the time of designing or programmatically at runtime.
The PostBackValue property of ASP.Net Imagemap control provides the functionality to pass a value to the server side when user clicks on the HotSpot region. As we discussed earlier that the Imagemap control provides only single click event handler as a common handler that occurs when user clicks on any of the hotspot regions.
The ASP.Net Imagemap control also supports the server side Click event that occurs when user clicks any of its Hotspot regions. The Click event of Imagemap control performs the server side postback only if the HotSpotMode property is set to "PostBack".
The HotSpotMode property of ASP.Net Imagemap Control enables you to customize the behavior of click event of imagemap hotspot region that occurs when user clicks any hotspot generated on the displayed image. The HotSpotMode property accepts any one of the predefined values from its enumeration type that changes the behavior of its click event.
The Hotspot regions of ASP.Net Imagemap control provides three types of shapes that can be defined as child element templates of imagemap control. You can specify the x-axis and y-axis coordinates for each type of HotSpot shapes to define the specific location for the region
The ASP.Net Imagemap control provides the functionality to display the image defined with special regions that can be clicked by the user to navigate to other page or perform the PostBack event. The Imagemap control is a combination of two types of server elements.
The JavaScript client side scripting language provides the functionality to change the Background-image of the targeted HTML element dynamically on click event of previous next hyperlinks by using the backgroundImage property of style object.
The Server Side Click event handler of ASP.Net ImageButton control also provides the functionality to find out the coordinates of the image where the user clicked on it.