Where can we set the specific variables for a application
and Session objects ?

Answers were Sorted based on User's Feedback



Where can we set the specific variables for a application and Session objects ?..

Answer / psetty

We can set the specific variables for the Application and
Session objects in the application_Start and Session_start
subroutines.

Is This Answer Correct ?    5 Yes 0 No

Where can we set the specific variables for a application and Session objects ?..

Answer / sathish

Application variable value is static value and not expired
the value.
ex:

application("vari name")=10

session vari., value have been expired 2 their duration of
session timing...

ex:

session("vari-name")=12

Is This Answer Correct ?    1 Yes 1 No

Post New Answer

More ASP.NET Interview Questions

what is pagination in asp.net ?

1 Answers   Netsweeper,


What is the concepts of globalization and localization in .net?

0 Answers  


What is the other method, other than GET and POST, in ASP.NET?

3 Answers  


Explain what does wsdl stand for?

0 Answers  


What are the disadvantages of using session?

0 Answers  


Using shadow variable is good or bad for application?

1 Answers   Keane India Ltd,


Why session is necessary in web application?

0 Answers  


Describe the role of inetinfo.exe, aspnet_isapi.dll andaspnet_wp.exe

1 Answers  


What is the difference between union and structure?

0 Answers  


Difference between .NET and previous version?

1 Answers   Microsoft,


What is difference between web api and web services?

0 Answers  


Securitywise What are the Enhancements in 2.0?

0 Answers   Microsoft,


Categories