Can you give an example of what might be best suited to
place in the Application_Start and Session_Start subroutines?
Answer Posted / sulochana singh
The Application_Start event is guaranteed to occur only once throughout the lifetime of the application. It's a good place to initialize global variables. For example, you might want to retrieve a list of products from a database table and place the list in application state or the Cache object. SessionStateModule exposes both Session_Start and Session_End events.
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
What is difference in .net 1.1 and .net 2.0?
How is it possible for .NET to support many languages?
How do we sort the data from a dataset?
How to reduce the width of textbox in editcommandcolumn of datagrid?
How do I force the dispose method to be called automatically, as clients can forget to call dispose method?
How you can access the values from the Repeater control in ASP.NET?
In order to get assembly info which namespace we should import?
Why is this service branded with windows livetm?
Is post back property in asp net?
How would you create a permanent cookie?
Is asp.net mvc front end or backend? : Asp.Net MVC
What can we do with asp.net?
What is asp.net response object?
Define a multilingual website?
I have an excel file with data, i am importing this excel file data into Sqlserver 2005 database. while importing i am getting wrong data(ie, special characters) in one column(description column), upto some limit the data in that column is coming fine,after that data is coming like below. The "Walter" leather storage bench is one of our most popular styles. The top with the tufting and double stitching finish a very impressive piece. The size is perfect in front of beds and the storage adds another functional bonus. Open it up and sneak al���Ƴ�Â��ƴ�Ã��ƶ�Å�� al���Ƴ�Â��ƴ�Ã��ƶ�Å�� Is there anywhy to resolve this? (I am using recordset in coding for developing import process.) please help me soon.