filmov
tv
2 - Basics of ASP.NET - ASP.NET Page Breakdown

Показать описание
In this video we will be looking at some of the properties of ASP.NET website and its controls. You can add a new page by selecting "Add New Item" from context menu when you right click on the project name. You can have a single file to host your C# code and ASP.NET code or you can separate your ASP.NET codes from C# file. The C# file is known as code behind, and both methods can be used, it is just a matter of preference.