Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Sub-classing Web Form question
Message
Information générale
Forum:
ASP.NET
Catégorie:
Autre
Titre:
Sub-classing Web Form question
Divers
Thread ID:
00696783
Message ID:
00696783
Vues:
56
Hi,

I have created a sub-class of a web form ('clsSweepForm' in project 1).

After creating a reference to the 'dll' from project 1 in project 2 - I am able to inherit the properties I created in 'clsSweepForm' - using 'WebForm1' in project 2.

In other words, from Webform1, I can enter:
Me.FormMode = "isAdding"    'where property FormMode was defined in 'clsSweepForm'
Therefore, I am able to get at the properties of 'clsSweepForm' from WebForm1. Now, what I'd really like to do is do something that I have done in VFP for some time.

In some of my VFP projects where similiar methods were required in multiple pages (i.e. Validate Input, Add a record, Delete a record, etc.) - I'd just create a form class and add these methods to the form class.

For instance, I'd add a method called 'methodADD' in the form class. Then, in the VFP form based on this class, the method would be visible and I could enter the appropriate code.

Is there a way to do this in VB.NET?
Al Williams

Anola MB, CANADA
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform