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 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 add items to a ListBox control in Visual Basic.NET. A list box displays a list of items that you can select one or more items [...]
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. [...]
This tutorial will show you how to use the FileUpload control in Visual Basic.NET. By using the FileUpload control we are able to upload files to a specified location on [...]