Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Major mixup in two ASP.NET transactions
Message
De
03/09/2006 16:40:22
 
 
À
03/09/2006 16:33:19
Information générale
Forum:
ASP.NET
Catégorie:
Autre
Versions des environnements
Environment:
VB 8.0
OS:
Windows XP SP2
Database:
Visual FoxPro
Divers
Thread ID:
01150471
Message ID:
01150617
Vues:
38
>>If my premise is correct then no...
>
>Then, this would mean that whenever I will try to initialize LXFramework.oRequest to something, no matter the value, it will always get the definition from the Get as you suggested.
>
>Basically, I guess then the global.asax BeginRequest() event could be as simple as:
>
>
>    Sub Application_BeginRequest(ByVal sender As Object, ByVal e As EventArgs)
>        LXFramework.BeginRequest()
>    End Sub
>
>
>assuming I would put the required initialization in the LXFramework.BeginRequest() method instead.

I guess so (but I don't know what LXFramework.BeginRequest() does). Also, within the LXFramework itself, you'd need to ensure that all references to oResponse and oRequest use the public property (rather than the underlying variable it was mapped to)
Précédent
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform