obout Interface - Inside User Controls

Single TextBox inside user control:


Single Button inside user control:
Click Me 1!
Click Me 2!


Multiple controls inside user control:
Login Form
Username:
Password:
 
Remember Me
 
Log In

Login Form
Username:
Password:
 
Remember Me
 
Log In


The Interface Controls can easily be placed inside ASP.NET user controls (ascx files).
The user controls will expose the properties / methods needed for the interaction with the underlying Interface Controls.



« Back to examples