Answer Posted / sapna
Global asax file is used to handle application, session
level events and to initialise application and session
level variables.
| Is This Answer Correct ? | 1 Yes | 0 No |
Post New Answer View All Answers
What is server infrastructure?
What are client activated objects?
Explain about the Class view window?
What is a page life cycle?
How could you modify xaml content from javascript?
What is asynchronous call?
What are web server controls in asp.net?
Is asp net front end or backend?
When Cookies are expired in ASP.NET?
Which control has default post back is enabled(true)?
Differentiate between Server.Transfer and Response.Redirect with functionality? Why we can choose one over the other?
I am trying to implement sorting facility from client side code in GridView Control. So how can I fill up an Array inside client side code (using JavaScript), i want to assign my DataSet object declared and filled up on Server side(in code behind) to the array (on client side)
What is difference between session and cookie?
What are the data controls available in asp.net?
What is bson in web api?