|
|
| User Controls [+] Favor-It | |
| |
 |
| | Sort By:
|
In code behind you have to create an instance of the user control, the same way you would for any server control. You map an instance of the user control's class the user control instance in the... (more) Author: Doug Seven Code: ASP.NET Beta 2 & C# |
This step-by-step article describes how you can host ActiveX controls in a Web Form of an ASP.NET page.
Author: microsoft.com Code: ASP.NET v1.0 & VB |
In addition to the built-in server controls provided by ASP.NET, you can easily define your own controls using the same programming techniques you've already learned for writing Web Forms... Author: unknown Code: ASP.NET Beta 1 & VB |
|  | |
This is a C# User Control which re-creates the toggle used by XML, HTML, etc. files in the .NET Developer Studio. Author: Jason Zadroga Code: ASP.NET Beta 2 & C# |
The following code shows you how to create a control to validate a date field. This control is flexible enough to extend its functionality to add more features to it.
Author: Akhilesh Kumar Code: ASP.NET v1.0 & VB |
In this article, Steven Mandel shows you how to create a custom validator control that validates for two validation requirements while making it possible to change the message based upon the validation being tested. Author: Steven Mandel Code: ASP.NET v1.0 & VB |
Microsoft has provided ADO.NET a next generation of data access technology. ADO.NET provides enhanced functionality to that of ADO. But you need to write a bit of more code to access the Data using ADO.NET. Author: Bhagvan Chougule Code: ASP.NET v1.0 |
|  | |
In my ASP.NET application, I've created a base class for all User Controls called BaseUserControl. BaseUserControl inherits from System.Web.UI.UserControl, and all my application-specific User Controls inherit from BaseUserControl... Author: Kirk Marple Code: ASP.NET Beta 2 & JScript |
ASP.NET provides several web controls that provide rich functionality to the users. In addition to the biult-in web controls ASP.NET also allows for the creation of custom web controls. This is something similar to building ActiveX controls. Author: Bipin Joshi Code: ASP.NET Beta 2 & VB |
Icon Key >
 - Recently Updated
 - Showcase Listing
|