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 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 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 [...]
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 [...]
In this tutorial you will learn how to use the CheckBox control. The CheckBox control acts like any check box control you have come across a web site in that [...]
In this tutorial you will learn how to use the Calendar control in ASP.NET. We will set up a database that will hold holiday events in a table that will [...]