Geeks Talk

Prepare for your Next Interview




Declaring the application objects

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?...


Go Back   Geeks Talk > Software Development > VB.NET

Register FAQ Members List Calendar Mark Forums Read
  #1 (permalink)  
Old 04-17-2007
Expert Member
 
Join Date: Feb 2007
Posts: 1,279
Thanks: 0
Thanked 164 Times in 138 Posts
Geek_Guest is on a distinguished roadGeek_Guest is on a distinguished road
Declaring the application objects

Question asked by visitor radhika

How and where can we declare the application objects and where these will store?
Reply With Quote
Sponsored Links
  #2 (permalink)  
Old 11-20-2007
Junior Member
 
Join Date: Jul 2006
Posts: 19
Thanks: 0
Thanked 3 Times in 3 Posts
shilpamasineni is on a distinguished road
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.
Reply With Quote
Reply

  Geeks Talk > Software Development > VB.NET


Thread Tools
Display Modes


Similar Threads

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


All times are GMT -4. The time now is 12:49 AM.


Powered by vBulletin® Version 3.6.8
Copyright ©2000 - 2008, Jelsoft Enterprises Ltd.
Search Engine Optimization by vBSEO 3.1.0
Copyright © 2008 GeekInterview.com. All Rights Reserved