Computer Videos Category
You are here: Home > Videos > ASP.NET > Web user control
Video title: Calling a Web user control in ASP.Net |
|
|
|
|
These controls once created, can be added to the aspx page either at design time or programmatically during run time. But they lack the design time support of setting the properties created along with the control. They cannot run on their own and they need to stand on another platform like an aspx page. Even if we try to load it on a web browser, IIS will not serve the files of the type .ascx. |
|
.png)

