Explain which is best suited place in the Application Start
and Session_Start subroutines with an example?
Answer Posted / rana rashid
Best suited place is Global.aspx..
in that file you put your application start and
session_start subroutines....
these initilize on the start of your application..
| Is This Answer Correct ? | 0 Yes | 1 No |
Post New Answer View All Answers
Web API uses which library for JSON serialization?
How do we sort the data from a dataset?
Define machine.config in .net?
What are the new web part controls in asp.net 2.0 ?
What are ASHX files?
what is command line compiler.what are the steps and how it is related to debugging.
Whats the difference between registerclientscriptblock, registerclientscriptinclude and registerclientscriptresource?
How many ways are there to maintain a state in .net? What is view state?
What is the syntax for datagrid and specifying columns?
Why do we use web config?
What is an axd file?
How will you maintain versioning in asp.net 2.0?
how to retrieve property settings from xml .config file.
Explain about Multi-Language integration?
What are different types of api?