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

Will finally block exec if we write an return statement to a try block???????

3 Answers  


what is an assembly ?

2 Answers   IBM,


What is .net viewstate?

0 Answers  


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

0 Answers  


How can u manage state ?

2 Answers   Ness Technologies,






Define a managed code? : Dot net architecture

0 Answers  


Explain .net mobile events? : Microsoft dot net mobile

0 Answers  


Do you know textbox and textview controls of .net mobile? : Microsoft dot net mobile

0 Answers  


What is ILDASM ?

0 Answers   B-Ways TecnoSoft,


can Array contains different datatypes ?

5 Answers  


i wish to write mcts(microsoft certified technology specialist) exam. can anyone give the model question or format and preparation method?

0 Answers  


Explain pipelining? : .NET Architecture

0 Answers  


Categories