|
|
| Server Side Includes [+] Favor-It | |
| |
 |
| | Sort By:
|
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 |
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 |
'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
|
|  | |
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 |
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# |
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 |
|  | |
Icon Key >
 - Recently Updated
 - Showcase Listing
|