This tutorial will show how to create a PlaceHolder in Visual Basic.NET. A PlaceHolder control can be used as a container control inside a document to dynamically load other controls. [...]
This tutorial will show you how to create a simple panel in Visual Basic.NET. This is possible with the Panel control, which is used as a container for other controls. This control [...]
This tutorial will show how to use the Localize control to display static text in Visual Basic.NET. The Localize Control lets you localize any element on an .aspx page. It provides [...]
This tutorial will show how to create a LinkButton control in Visual Basic.NET. The LinkButton control has the same appearance as a HyperLink control, but functions like a Button control. Consider [...]
This tutorial will show how to create an image map with the help of ASP.NET’s ImageMap control. An ImageMap control displays an image on a page, and when a HotSpot region [...]
This tutorial will show how to create an ImageButton control in Visual Basic.NET. An ImageButton is a button presented in the form of an image that can be clicked like [...]
This tutorial will show you how to display an image with an Image control with the help of a Button control. Images are used everywhere on the internet and play [...]
This tutorial will show you how to use the HyperLink control in Visual Basic.NET. This control is useful for redirecting the user to a web site from a link on [...]
This tutorial will show you how to use the HiddenField control in Visual Basic.NET. This control enables a developer to store a non-displayed value in the rendered HTML of the page. [...]
In this tutorial you will learn how to use the CheckBoxList control in Visual Basic.NET. The CheckBoxList control is used to create a multi-selection check box group. It can be [...]