The length method counts how many characters are in a string and returns the number. This is useful for arrays or when validating a word has to be at least [...]
An array is data structure that stores a collection of individual values that are of the same data type. Rather than make 20 individual variables of the same data type, [...]
Functions are a very useful tool to know. It can make coding a lot easier, especially for long time consuming coding. When I first started coding, I did not like [...]
First I want to say thank you for taking the time to read this tutorial. If your a beginner this will help you a lot in the basics of visual [...]
In this tutorial we will show you how to set up a list of radio buttons for the user to select and then click on a submit button that redirects [...]
In this tutorial we will show you how to create a dropdown list and how to add to it with user input. Having a dropdown list on a website is [...]
This tutorial will show you how to output the current date and time in Visual Basic.NET. Outputting the date is a neat feature in the sense that it automatically knows [...]
This tutorial will go through the steps of adding a button to a Microsoft Visual Studio page and outputting“Hello World” when it is clicked. If you have any knowledge of [...]