APNSoft.com - Web Controls, components for ASP.NET
 About Us 
 Articles 
 Products
 Downloads 
 Purchase
 Support

Rating
Controls Suite 4.5


Overview
Features
Reference Book
Live Demos
Segments
Orientation
Direction
Skins
Precise Customization
Template
Setting a value
Client-side event
CallBack (AJAX)
PostBack
Application scenarios
Rate an article
Progress Bar




User controls

User controls are encapsulations of sections of pages which are registered and used as controls in ASP.NET. User controls are created as ASCX markup files. These files usually contain static (X)HTML markup, as well as markup defining server-side Web controls. These are the locations where the developer can place the required static and dynamic content. A user control is compiled when its containing page is requested and is stored in memory for subsequent requests. User controls have their own events which are handled during the life of ASP.NET requests. An event bubbling mechanism provides the ability to pass an event fired by a user control up to its containing page. Unlike an ASP.NET page, a user control cannot be requested independently; one of its containing pages is requested instead.

Please rate the quality of this article:
Poor
Excellent

Average rating: 0   (0 votes)



Ratings can help you easily see which topics are considered to be more popular by the readers. To update rating on the server side we use CallBack to avoid reloading the page.

Note. All changes are stored in the user's current session.



Code Samples:


© 2003-2024 APNSoft. All rights reserved.    Terms of use.