Answer Posted / abhishek maitrey
Global.asax is a file, as the name suggests that resides in
the root directory (in the global area) of your
application. It is inaccessible over the web but is used by
the ASP.NET application if it is there. It is a collection
of event handlers that you can use to change and set
settings in your site. The events may occur from one of two
places - The HTTPApplication object and any HTTPModule
object that is specified in web.config or machine.config.
| Is This Answer Correct ? | 4 Yes | 0 No |
Post New Answer View All Answers
What are different types of api?
How do I open an ashx file in windows 7?
Explain different types of validators in asp.net?
a web application needs to be created to accept the product name and quantity of a toy from a customer. After the customer has entered the product name the application needs to display the discounted price of the product to the customer (company is offering 35% discount on all products). The application should allow the customer to select the product name from a list box. and also while i'm data binding to a label with custom data binding with some declarations : "The Discounted Price is "+((System.Convert.todouble(lblprodprice.text)*(system.convert.todouble(txtqty.text)) - ((System.convert.todouble(lblprodprice.text)*(system.convert.todouble(txtqty.text)*0.35)). Where i need to give this declaration in asp.net 2.0.
How can we use Web API with ASP.NET Web Form?
What are the namespace classes used in asp.net mvc? : asp.net mvc
What is autopost?
How to store checkbox value in database in asp.net mvc? : Asp.Net MVC
What is asp.net web pages?
Explain the asp.net mvc request life cycle? : asp.net mvc
When maintaining session through sql server, what is the impact of read and write operation on session objects?
Explain the asp.net page life cycle.
What are sessions in asp net?
What is web router?
Is razor a programming language?