Prepare for your Next Interview
This is a discussion on Declaring the application objects within the VB.NET forums, part of the Software Development category; Question asked by visitor radhika How and where can we declare the application objects and where these will store?...
|
|||
|
Declaring the application objects
Hi Radhika,
You can declare application objects in Global.asax file and this will b estored in the process itself. We can declare like Application["Counter"]=""; if vb.net use like Application("Counter")=""; later you can assign value whichever the webform u need. |
![]() |
|
| Thread Tools | |
| Display Modes | |
|
|
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| How to add objects? | JobHelper | QTP | 8 | 12-27-2007 02:57 AM |
| Adding objects at run time | JobHelper | QTP | 5 | 11-22-2007 10:29 AM |
| How can I differentiate between different objects | Geek_Guest | QTP | 4 | 04-19-2007 12:37 PM |
| Need a .NET addin to recognize objects. | JobHelper | ASP.NET | 1 | 12-12-2006 09:43 AM |