Hits Today: 1 Total: 2429 | Updated: 6/1/2002 | |
 | In this article, I’ll demonstrate how to build a simple user control that you can drag and drop into your page. With that you will have a basic understanding what a user control is, and how it is to be used.
Author: Shane Mallett Code: ASP.NET v1.0 & VB |
Hits Today: 1 Total: 2054 | Updated: 2/1/2004 | |
 | You can build your own controls and use them on your pages just like you use the ones that ship with .NET. Controls that you build are called user controls and they are the topic of this lesson.
Author: John Peterson Code: ASP.NET v1.1 & VB |
Hits Today: 1 Total: 1182 | Updated: 1/20/2004 | |
 | As the Internet reaches more people worldwide, applications need to respond to cultural differences among users or consumers. You can achieve this by designing and developing the proper building blocks that adapt to such cultural differences. Author: Gerardo Villeda Code: ASP.NET v1.1 & VB | |  | |
Hits Today: 3 Total: 1913 | Updated: 4/18/2002 | |
 | ASP .NET solves many of these issues with the introduction of User Controls. These are self contained visual elements that can be placed on a web page in the same way as a tradition intrinsic HTML control... Author: Chris Maunder Code: ASP.NET v1.0 & VB |
Hits Today: 1 Total: 1306 | Updated: 8/23/2002 | |
 | In this article (the final article in the two part series), we will take a look at custom controls and components. It is recommended that you read the first article before continuing if you haven't already.
Author: ASP Alliance Code: ASP.NET v1.0 & VB |
Hits Today: 2 Total: 1050 | Updated: 2/9/2003 | |
 | Sometimes its desirable to have access to a web control that is not available in the control panel shipped with Visual Studio. Luckily, Visual Studio gives you some capability to create your own web user controls if you need them. Author: Michael Gold Code: ASP.NET v1.0 & C# |
Hits Today: 1 Total: 549 | Updated: 3/29/2004 | |
 | By default, new web forms (.aspx) that are added to an ASP.Net project derive from the class System.Web.UI.Page, and new user controls (.ascx) derive from System.Web.UI.UserControl. Author: Robert Boedigheimer Code: ASP.NET v1.0 & VB | |  | |
Hits Today: 1 Total: 892 | Updated: 8/30/2003 | |
 | User controls in ASP.Net provide great opportunities for reuse on a web site. A user control is very similar to an ASP.Net page with a user interface and associated code behind file (optional). Author: Robert Boedigheimer Code: ASP.NET v1.0 & JScript |
Hits Today: 1 Total: 471 | Updated: 1/11/2004 | |
 | I've written web apps that have to collect a set of data too large to present on a single screen. There are a number of ways to resolve this, all of which involve asking the user for a small subset of closely related info piece by piece. Author: simonandabi.btinternet.co.uk Code: ASP.NET v1.1 & JScript |
|