Answer Posted / raj
Reference type
It create a new instance every time
Is This Answer Correct ? | 7 Yes | 2 No |
Post New Answer View All Answers
What is State Management in .Net and how many ways are there to maintain a state in .Net? What is view state?
Describe in brief .net framework and its components.
What are server activated objects?
What is the life-span of the items in the viewstate?
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 is session handling in a webfarm, how it can work with its limits?
What is a session in programming?
How to prevent client side validation from the ASP.NET validation controls?
Why is mvc better than asp.net?
What are the event handlers that can be included in the Global.asax file?
What is the difference between mechine.config and web.config?
Explain about asp.net state management?
How do I open an ashx file?
What are the benefits of Razor View?
What are the file extensions for razor views?