Hits Today: 1 Total: 2683 | Updated: 2/15/2001 | |
 | Inheritance is a relationship between classes where one class is the parent class of another. Sometimes people refer to the parent class as a base class, superclass, ancestor, etc Author: Ian Stallings Code: ASP.NET Beta 1 & VB |
Hits Today: 1 Total: 8863 | Updated: 4/15/2002 | |
 | Because ASP.NET applications are compiled and run before they are sent to the client, you cannot use a variable in place of a file name in a server-side include file. Author: Microsoft Code: ASP.NET v1.0 & VB |
Hits Today: 9 Total: 3098 | Updated: 6/21/2002 | |
 | 'Inheritance
'The ability to define classes that serve as the basis for derived classes.
'Derived classes inherit, and can extend, the properties, methods, and events of the base class
| |  | |
Hits Today: 1 Total: 2489 | Updated: 11/22/2002 | |
 | Take advantage of the new inheritance features in .NET to create standards that speed applications from inception to implementation. Author: Donald King Code: ASP.NET v1.0 & VB |
Hits Today: 1 Total: 2490 | Updated: 10/24/2003 | |
 | I will be showing a simple example of how you can use inheritance and encapsulation in ASP.NET. I will show how you can customize a datagrid by encapsulating some behavior in a subclass of the datagrid. Author: Greg Ennis Code: ASP.NET v1.0 & C# |
Hits Today: 2 Total: 7988 | Updated: 9/21/2001 | |
 | This article discuss how to start out understanding Include Statements. The example given shows what two things you need to know to understand them. Author: ASP Express Code: ASP.NET Beta 2 & VB | |  | |
|