I am very new to programming, and was going through the Creating ASP.NET Projects tutorial. The steps in 'Creating the Solution' on that page no longer seem to apply. 'Adding some CodeBehind' resulted in a CS0103 error for outputlabel.Text in Default.aspx.cs which appears to have been fixed by editing Default.aspx.designer.cs. I would like to work on this, but thought I should start here as I am inexperienced and may be seeing problems where there are none or misunderstanding them.
I am very new to programming, and was going through the Creating ASP.NET Projects tutorial. The steps in 'Creating the Solution' on that page no longer seem to apply. 'Adding some CodeBehind' resulted in a CS0103 error for outputlabel.Text in Default.aspx.cs which appears to have been fixed by editing Default.aspx.designer.cs. I would like to work on this, but thought I should start here as I am inexperienced and may be seeing problems where there are none or misunderstanding them.