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
How do you declare static variable? What is its lifetime?
What is difference between inproc and outproc?
What is csrf attack in asp.net?
What is asp short for?
How should I destroy my objects in asp.net?
Will the asp.net validators run in server side or client side? How do you do client-side validation in .net?
What is user control in asp.net?
What parameters can you pass in the url of the api?
Why do we use web config?
How we can force all the validation controls to run?
What are the merits and demerits of viewstate?
Which asp.net objects encapsulate the state of the client and the browser?
What is break mode?
What is custom attribute? How to create?
What are the disadvantages of using session?