-
Declaring the application objects
Question asked by visitor radhika
How and where can we declare the application objects and where these will store?
-
Junior Member
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.
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules