ASP.NET User Controls - Notify One Control Of Changes In Other Control is an article in which author discusses about procedure for utilizing user control. The author gives information about the method of making the user control to respond to...
Building ASP.NET User and Server Controls -- Part 1 is an article which gives you a brief summary about the user controls of ASP.NET. User controls consists of one or more in-built server control that encapsulate a piece of functionality. The...
Using ASP.NET Server Controls - Overview is an article in which the author lists you the advantages of the ASP.NET and explains the four types of ASP.NET server controls such as HTML, ASP, Validation, and User controls. This article is more...
The ASP.NET mobile controls give developers the tools they need to create sites and applications that are accessible from a variety of devices. They are contained in an optional add-in called the Microsoft Mobile Internet Toolkit, which can be...
ASP.NET Validation Controls Samples For Beginners is an useful ASP.NET tutorial in which the author helps you to know about the six validation controls such as RequiredFieldValidator, CompareValidator, RangeValidator, / RegularExpressionValidator,...
HOW TO: Add ASP.NET Server Controls to a Web Form and Change Their Properties is a tutorial through which users can get idea about adding the server control like button control, or label control into the existing web forms and the procedure to...
ASP.NET Mobile Controls Inside the ASP.NET Mobile Controls is an article which explains in detail about the ASP.NET Mobile Controls and how they help you build mobile web application. At the end of this article the author lists all the mobile...
Web Forms User Controls is an article in which the author gives you a brief summary about the user controls of ASP.NET. User controls have an extension of .ascx and you can register these controls on the web pages using the register directive. The...
Easily Adding Functionality to ASP.NET Server Controls is an interesting ASP.NET article in which the author gives you the method for setting the HoverColor property to the calender control of ASP.NET. The HoverColor property helps you to...
User Controls for Page Templates is an article in which author discusses much about ASP.NET user control, which helps in creating the page template. Here the author explains about linking two user control, which has control over top of the page... |