ASP.NET & Visual Studio 2010 - Web User Control This is a guide/learn and sample how to create Web User Control (ASP.NET Web Application Project) in Visual Studio 2010
ShotDev Focus:
- Visual Studio 2010 (Create Web User Control)
Visual Studio 2010
Start -> Programs -> Microsoft Visual Studio 2010 -> Microsoft Visual Studio 2010
Right click on current project and click Add -> New Item…
Select item Web Form (.aspx) and input Name of file.
The file was added successfully.
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.
.
.
.
1indubitably…
…