ASP.NET & Visual Studio .Net 2003 - Web User Control This is a guide/learn and sample how to create Web User Control (ASP.NET Web Application) in Visual Studio .NET 2003
ShotDev Focus:
- Visual Studio .NET (Create Web User Control)
Visual Studio .NET 2003
Start -> Programs -> Microsoft Visual Studio .NET 2003 -> Microsoft Visual Studio .NET 2003
On Main screen ASP.NET Web Application Project.
Right click on current project and click Add Web Form…
Select item Web Form (.aspx) and input Name of file.
Right click on current project and click Add Web User Control…
Select item Web User Control (.ascx) and input Name of file.
Create banner layout in Web User Control (.ascx).
Drag Web User Control (.ascx) to Web Form (.aspx).
Right click Web Form file and click Set As StartPage
Test run a project.
.
.
.