Answer Posted / shafi syed
Global.asax is use to implement Application and Session
level Events and those events are:
APPLICATION_START.
APPLICATION_END.
SESSION_START.
SESSION_END.
| Is This Answer Correct ? | 7 Yes | 0 No |
Post New Answer View All Answers
What is the difference between dynamic SGA and static SGA?
What are the steps to follow to host a web application on a web server?
What is httpresponse?
What is IPostBack? How to use it?
What is the difference between mechine.config and web.config?
Define satellite assemblies.
Give me one example of Web API Routing?
What is session in asp.net?
How to disable validator control by client side JavaScript?
What are the various ways to send content from one page to another?
In order to bind the data from a data source to the Repeater control what property is set and what method must you call in your code,?
Take a Large textbox allow to type any data. Task 1:display the count of vowels in a lable on key press event of the textbox Task 2:dispaly count of dates in a lable when dates in following foramats:dd/mm/yy , mm/dd/yy , yy/mm/dd. Task3:compare 2 dates and display both are same or not which dates are in dd/mm/yy and mm/dd/yy farmats.
Explain the difference between mvc (model-view-controller) and mvp (model-view-presenter)? : asp.net mvc
Explain why it is useful to use mvc instead of webforms? : asp.net mvc
Name the method that needs to be invoked on the dataadapter control to fill the generated dataset with data?