Can you give an example of what might be best suited to
place in the Application_Start and Session_Start subroutines?
Answer Posted / raghumadhav tirunagari
Application_start need for global variable which are
available over the application.
Sesssion_Start : login dependent ( user dependent)
| Is This Answer Correct ? | 2 Yes | 1 No |
Post New Answer View All Answers
Why the config file might not be writable
Explain how to develop mobile applications using microsoft mobile internet toolkit (mmit) or .net mobile? : Microsoft dot net mobile
question related to table havi colspan and row span
Differences between VS 2005, 2008 and 2010 ?
What is the procedure on hardware that converts the ascii value to binary? : .NET Architecture
What is the difference between machine config vs. Web config : Dot net architecture
Explain dotnet framework ?
What are end points, contract, address and bindings?
What is one way operation?
What is different about namespace declaration when comparing that to package declaration in java?
I am working with asp.net 2005 and Crystal report 10. I have an image field on my dataset to show on Crystal report.And the image is shows dynamically from database in image field of CR. The image field is showing well on my Crystal report on its first page with all other data but when i click to open second page of CR,it does not show any data on that.I found that this is because of adding the image field on crystal report. Because when i remove the image field from the CR then it will run both the pages of CR. I am using the Page Load event to bind CR data with Database. And i have already check with the Init event to bind CR , but it still not shows the data on second page when i use image field on that. Please give solution for that.....
Explain the types of memory management? : .NET Architecture
What are relation objects in dataset?
What is WPF and WCF?
What does the term "green architecture" mean? : .NET Architecture