what are the things we generally declare in session_start ,
application_start ?
Answers were Sorted based on User's Feedback
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 |
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 |
What is abstact class? in which scinario we can use abstact class?
Can you explain control extenders?
what is the difference between asp and asp.net
How can we integrate atlas with web services?
how to set the startup position of the form?
Explain about the base class library provided by microsoft.net?
how to use custom field validation
how we can fire event in databound column in datagrid without using button?
What size is a .net object?
how to add list of items in a web application and win application?
The maximum report processing jobs limit configured by your system administrator has been reached.How I can Solve this problem when i using crystal report to load from my application.
IS IT Possible to inherit the AJAX page from child class which(child) is inherit from page class.Because i should apply some security in child class