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
Explain cache memory? : Dot net architecture
Can I create my own context attributes?
HttpHendler and HttpModules
What is boxing and unboxing? Does it occure automaatically or you need to write code to box and unbox?
What is new in the .net 2.0 class library?
Difference between type constructor and instance constructor?
Explain write back and write through caches? : .NET Architecture
Explain COM with example?
what is diffrent beatween localprinter and networkprinter
How is the using() pattern useful? What is idisposable?
What are the important principles of soa (service oriented architecture)?
Explain difference between state server and sqlserver? : .NET Architecture
Explain about generation?
how to delete the record using data reader
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.....