Understanding Custom Server Controls in ASP.NET ASP.NET offers many server controls for the developers to create web applications. However, at some point of development time when the developer does not get the control they want, they can create a new server control. This new server control can be called ASP.NET Custom Server Controls or user control. The basic difference between a ASP.NET Custom Server Controls and a user control is that unlike a user control that does not appear in the Toolbox, you can view a ASP.NET Custom Server Controls in the Toolbox. ASP.NET Custom Server Controls have their own events such as Enter, Onclick, and Onmouseover. ASP.NET Custom Server Controls are very handy tool to use in your web forms. User controls prove inefficient in advanced scenarios. ASP.NET Custom Server Controls are the compiled code that makes them user friendly. You should write the ASP.NET Custom Server Controls in code, thereby view it in the visual designer with full properties and design-time features. You can create a ASP.NET Custom Server Controls by inheriting one of the base control classes. These classes have all the functionality that is needed for a server control. Therefore, you just have to modify some of the programming aspects to suit your requirements. Just as you have created a ASP.NET Custom Server Controls you can customize it too to create a unique identity. You can even consume a single ASP.NET Custom Server Controls for multiple web forms. For ASP.NET Custom Server Controls only one copy of the control is needed in the Global Assembly Cache (GAC). Moreover, ASP.NET Custom Server Controls are very helpful if you want a dynamic layout for your web application. To access online version of the above article, go to http://www.dotnet-guide.com/customcontrols.html About the Author Visit http://www.dotnet-guide.com for a |
More Computers and The Internet and other resouces to help you locate great articles just like Understanding Custom Server Controls in ASP.NET :
| Here are other categories to find more must know information
on anything and everything. Auto and Trucks Business and Finance Computers and Internet Education Environment Family Food and Drink Gadgets and Gizmos Gardening Government Health Hobbies Home Improvement Kids and Teens Legal Matters Marketing Music and Entertainment Online Business Parenting Pets and Animals Recreation and Sports Self Improvemen Site Promotion Travel and Leisure Web Development Women Writing |
Here are more
Computers and The Internet articles to give you more must know information just like in
Understanding Custom Server Controls in ASP.NET article.
HOW TO PICK A TOPIC FOR YOUR E-MAIL WORKSHOP OR ECOURSE
Uncovering the Mystery of Spyware
The Online Advertising Scandal
Help Keep The Computers On Earth Clean And Healthy: Protect Your Techno-Friends From Viruses And ‘Sickness’
E-mail - what's in a name? |
Thank you very much for viewing this must know article:
Understanding Custom Server Controls in ASP.NET . Hopefully you have found all the information you were
looking for in "
Understanding Custom Server Controls in ASP.NET ". If you feel like you need more information feel
free to check out Info Pom HOMEPAGE
to look for more articles in our humangous database |