Hits Today: 1 Total: 2908 | Updated: 1/18/2002 | |
 | 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# |
Hits Today: 1 Total: 1795 | Updated: 6/27/2003 | |
 | 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 |
Hits Today: 1 Total: 4770 | Updated: 2/18/2001 | |
 | 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 | |  | |
Hits Today: 1 Total: 1464 | Updated: 1/22/2002 | |
 | 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# |
Hits Today: 2 Total: 2391 | Updated: 7/20/2002 | |
 | 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 |
Hits Today: 2 Total: 1459 | Updated: 4/9/2004 | |
 | 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 |
Hits Today: 1 Total: 1553 | Updated: 2/16/2003 | |
 | 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 | |  | |
Hits Today: 2 Total: 1342 | Updated: 12/22/2001 | |
 | 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 |
Hits Today: 1 Total: 1322 | Updated: 1/4/2002 | |
 | The code was designed as a User Control to make it more portable. Next I added an email RegularExpressionValidator control to accompany and validate the textbox. Author: G.F. Weis Code: ASP.NET Beta 2 & C# |
|