what are the things we generally declare in session_start ,
application_start ?

Answers were Sorted based on User's Feedback



what are the things we generally declare in session_start , application_start ? ..

Answer / israr ali

whatever we want to keep in our whole session period then
write code in session start ex. the counter of website hits

and

whatever we want to keep in our whole application period
then write code in application start


( Israr Ali )

Is This Answer Correct ?    1 Yes 0 No

what are the things we generally declare in session_start , application_start ? ..

Answer / sv2

Initialization and declare session in session_start and
application_start
ex:-session["Name"]="Viral";
application["Name"]="Shalin";

Is This Answer Correct ?    1 Yes 1 No

Post New Answer

More Dot Net AllOther Interview Questions

What is .net mobile input validation. Explain with an example? : Microsoft dot net mobile

0 Answers  


Explain .net mobile input controls? : Microsoft dot net mobile

0 Answers  


How Web service create Proxy Using WSDL?

1 Answers  


what are clr,cls,cts?what is .net framework?

6 Answers   Six Sigma,


What other than biginteger has been introduced in system.numerics namespace?

0 Answers  






how to make and display a form without title bar?

1 Answers   Six Sigma,


What do you know about machine.config file ?

0 Answers  


Define dma? : Dot net architecture

0 Answers  


Explain how cache is used? : Dot net architecture

0 Answers  


So what exactly is the configuration file for then?

0 Answers  


What is the problem with .net generics?

0 Answers  


What are the main Tools to develop .Net Application?

0 Answers   HCL,


Categories