Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Need a global object in a web app
Message
De
09/05/2008 08:31:59
John Baird
Coatesville, Pennsylvanie, États-Unis
 
Information générale
Forum:
ASP.NET
Catégorie:
The Mere Mortals .NET Framework
Versions des environnements
Environment:
C# 3.0
OS:
Windows XP SP2
Network:
Windows 2003 Server
Database:
MS SQL Server
Divers
Thread ID:
01316004
Message ID:
01316043
Vues:
13
>I've got a web app with an Employee page which doubles as both "Add New" or "Edit" edit modes. In my Business Object (BO) I have an EmployeeRules.partial.cs where I have my own custom validation rules that I want to run differently depending on which edit mode I'm in. The web page will have the knowledge as to which edit mode I'm currently in.
>
>What global object exists in both places?
>
>No, the web Session object doesn't exist in the BO rules object.
>
>Nor does the appWeb object exist in the BO rules object.
>
>What object/class is available to me for communicating which edit mode I'm currently in so I can run a different set of validation rules?

You could use a hidden field to store the value of edit/add and interrogate that from the business object.
Précédent
Répondre
Fil
Voir

Click here to load this message in the networking platform