I am COMPLETELY new to all of this so excuse my simple mind! I am doing some practice and one of the examples is to create a program in C# where information for at least 10 employees is entered. So each employee has ID, name, surname and salary.

I decided to use a gridview to display the data and created a class called Employee and I have constructors and methods.

My question is how do I get what I put into the textboxes to come out to the gridview? I'm completely confused Sorry if it's v. simple

I'm using VB 2010 btw. Thanks for any help!