what are the things we generally declare in session_start ,
application_start ?
Answer Posted / 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 |
Post New Answer View All Answers
4. Wcf- what Asych and Sych call and how that works
Explain 'managed' mean in the .NET context
How can we perform data binding in atlas?
What are the different pipelining hazards and how are they eliminated? : Dot net architecture
What is an interrupt? : Dot net architecture
Can you explain control extenders?
I can't be bothered with cas. Can I turn it off?
What is the difference between an application and a program?
Explain COM with example?
How does .net mobile work? : Microsoft dot net mobile
Explain the difference between l1 and l2 cache? : Dot net architecture
What's new in the .net 2.0 class library?
what is the difference between running an application with and without debugger?
What is parallel computing?
What actually happes when you add a something to arraylistcollection ?