Ask a Question related to ASP.NET General, Design and Development.
-
Jenny #1
Object in application state
If have an object with a variable i stored in the
application state in the asp.net application.
Is there a way to force this object in the application
state to load a new value for i after x seconds or on
request of third program running on the server ??
Thanks in advance
Jenny
Jenny Guest
-
Advantages of empty Application Base State?
Several examples are coded where the Main.mxml base state is empty and there is a child state called e.g. main App (start) containing the initial... -
Insufficient state to deserialize the object
Hello, In our development team we want to load into the VS toolbar a control library from a network drive. When we load it to the toolbox we... -
Saving 3D object state
Hi! I'm doing a 3D room planner application. This application will be run as projector file. User can design their room virtually with 3D models of... -
how can one copy an object with state?
This doesn't copy state: $myNewObject = $myOldObject; This does, but it doesn't copy: $myNewObject = & $myOldObject; -
Application state
Is everything stored in Application or Session state boxed? For example: Application = 10; Is there boxing involved? Thanks. Just learning...



Reply With Quote

