Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Major mixup in two ASP.NET transactions
Message
From
03/09/2006 17:54:59
 
 
General information
Forum:
ASP.NET
Category:
Other
Environment versions
Environment:
VB 8.0
OS:
Windows XP SP2
Database:
Visual FoxPro
Miscellaneous
Thread ID:
01150471
Message ID:
01150629
Views:
35
>loApp and LXFramework are references to the same object. You're not creating an instance of LXFramework. To do that you'd need loApp = new LXFramework() - thus defeating the object (no pun intended :-))

Ok, so if I adjust the declaration I should obtain what I need. Also, based on what I mentioned, because I have so many properties and objects that could be updated by another hit, I need to use this approach. Otherwise, assuming the framework Initialize() method wouldn't be an issue, I would be able to simply create an object of the framework at the top of the Page_Load(), merge the framework Initialize() and BeginRequest() methods together and I would be ok from that.
Michel Fournier
Level Extreme Inc.
Designer, architect, owner of the Level Extreme Platform
Subscribe to the site at https://www.levelextreme.com/Home/DataEntry?Activator=55&NoStore=303
Subscription benefits https://www.levelextreme.com/Home/ViewPage?Activator=7&ID=52
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform