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

How can we do the client side validation and Server side validations? But i told that At client side by with the help of validations control or by javascript? But I dont know about the Server side controls Explain?

5 Answers   iSoft, TCS,


How can i explain my project during interview?many time i expalain my project but they did't accept? please explain me.

0 Answers   Honeywell, Wipro,


What is custom control. What is the difference between custom control and user control ?

1 Answers   Microsoft, Synergy,


After building the custom control, you test it by adding an ASP.Net web application to the solution. You add a correct <%@ Register %> directive and a proper declaration of the control in the <asp:Form> tag to the Web Form, but when you execute the application you get an error. What is the most likely reason for the problem? a) The custom control must be compiled first. b) The web application must have a reference to the control c) The custom control must be registered with windows first. d) The assembly from the custom control is not in the application?s bin directory.

1 Answers   Syntax Softtech,


What are the steps to follow to host a web application on a web server?

0 Answers   MCN Solutions,






What is the flow of processing of the request? : asp.net mvc

0 Answers  


What is the main function of url routing system in asp.net mvc? : asp.net mvc

0 Answers  


What are the event handlers that we can have in global.asax file?

0 Answers  


Types of session management in ASP.NET ?

2 Answers   Microsoft,


Code for scolling in gridview

1 Answers   TCS,


What is reflection and disadvantages of reflection?

6 Answers   Microsoft,


I have one .Net application and i have two databases which is in SQL server2000 and one more database in ORACLE? how can i access the database from different Databases?

3 Answers   eXensys,


Categories