What are the Application_Start and Session_Start
subroutines used for?
Answer Posted / radha
This is where you can set specific variables to the
apllication and session objects.
| Is This Answer Correct ? | 3 Yes | 1 No |
Post New Answer View All Answers
What is the difference between typeof() vs gettype()?
Define tracing.
How many ways are there to maintain a state in .net? What is view state?
What is the procedure to handle the process request using mhpm events fired? : asp.net mvc
How is session id generated?
Explain the significance of routing? : asp.net mvc
Which library is used by the testers and developers to develop automated tests and create testing tools?
How many types of validation are there?
How to add DateTime Control in normal DataGrid Server Control?
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.
What are the different ways you would consider sending data across pages in ASP (i.e between asp to asp)?
What is the difference between rest and restful?
Which method is used to force all the validation controls to run?
Explain the use of duration attribute of @outputcache page directive.
Explain why it is useful to use mvc instead of webforms? : asp.net mvc