what are the things we generally declare in session_start ,
application_start ?
Answer Posted / 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 View All Answers
Can I create my own permission set?
how to create applications by using Visual Studio 2012?
Explain the purpose of cache? : Dot net architecture
Use of Enable view state ? if turn off what happen ?
Session State and can i store desirialized object in state server, if yes how and if not why.
What size is a .net object?
Explain difference between machine config vs. Web config? : .NET Architecture
Explain the purpose of cache? How is it used? : .NET Architecture
Different types of authentication modes in .net framework ?
how to change row background color in gridview
What does the term "green architecture" mean? : Dot net architecture
Can I create my own metadata attributes?
Explain about .net garbage collector?
Explain difference between state server and sqlserver? : .NET Architecture
Explain write back and write through caches? : Dot net architecture