ASP.NET & Visual Studio 2005,2008 - Web User Control This is a guide/learn and sample how to create Web User Control (ASP.NET Project) in Visual Studio 2005,2008
ShotDev Focus:
- Visual Studio 2005,2008 (Create Web User Control)
Visual Studio 2005
Start -> Programs -> Microsoft Visual Studio 2005 -> Microsoft Visual Studio 2005
Visual Studio 2008
Start -> Programs -> Microsoft Visual Studio 2008 -> Microsoft Visual Studio 2008
On Main screen ASP.NET Project.
Right click on current project and click Add New Item…
Select item Web Form (.aspx) and input Name of file.
Right click on current project and click Add New Item…
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).
Web Form shows the results from Web User Control.
Right click Web Form file and click Set As StartPage
Test run a project.
.
.
.
3convivial…
…