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 difference between rest and soap?

0 Answers  


what is manifest?

3 Answers   Airtel, Microsoft,


what is CLR?

3 Answers   PrimeLine,


accessing a textbox that was created dynamically? for (int i = 0; i < t1; i++) { TextBox t2 = new TextBox(); t2.ID = "adf" + i; PlaceHolder1.Controls.Add(t2); } accessing data entered in the above created controls.

1 Answers  


How would you enable impersonation in the web.config file?

0 Answers  






What r the page life cycle in asp.net page?

6 Answers  


What is work flow gen? how can it will work with .Net?

0 Answers   TCS,


In how many ways we can retrieve table records count?

0 Answers  


What does aspcompat="true" mean?

0 Answers  


is there any third party tools are using in .net technologies? what are there ? give me the brief introduction?

0 Answers   eXensys,


Which method is used to perform all validation at the page level?

0 Answers   Sans Pareil IT Services,


What is custom events? How to create it?

0 Answers  


Categories