Programming Ezine

Articles in Programming Ezine
by top54u.com on 11 Jan, 2010
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.
by top54u.com on 11 Jan, 2010
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.
by top54u.com on 11 Jan, 2010
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.
by top54u.com on 22 Dec, 2009
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.
by top54u.com on 22 Dec, 2009
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".
by top54u.com on 22 Dec, 2009
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.
by top54u.com on 21 Dec, 2009
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
by top54u.com on 18 Dec, 2009
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.
by top54u.com on 26 Nov, 2009
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.
by top54u.com on 24 Nov, 2009
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.
OR Subscribe via Email: