|
ASP.NET User control (.ASCX) Demo
| Version Compatibility: |
ASP.NET
|
More information: This Example illustrate how to create a simple user control (.ascx) and how to use it in .aspx files. This example also shows how to use asp.net validator controls. The asp_net_userctrl.zip file contains address.ascx (the user control), testaddresscontrol.aspx (the aspx page that uses the control), and Address Control Output.html (documentation). This code has been viewed 164875 times. Instructions: Click the link below to download the code. Select 'Save' from the IE popup dialog. Once downloaded, open the .zip file from your local drive using WinZip or a comparable program to view the contents. source/asp_net_userctrl.zip
|