can machine.config file orverrides web.config. For example: if u set session timeout as 30 mins in web.config file to a particular application and if u set session timeout as 10 mins in machin.config. what will happen and which session is set to the appliction?
2 11496what is Repeater Control, When it is used,How it is used, what type of template is used for repeater control?
6 12509i cant get Primary output selection from the Dialog box While Creating Setup and Deployment the web application how to solve it..
1 2965What is the difference between Postback and Ispostback Property?
Atrocity Apps Technologies, DC Infotech, HCL, Maples, Visual Soft,
7 48613Which of the following hosts Can't be used to create .net Application? a) IIS b) Internet Explorer c) ASP.Net d) Windows Shell Which one is correct?
1 5854
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 a nested masterpage in asp.net 2.0? Can there be a master page inside a masterpage?
Can we override the enablepartialrendering property of the scriptmanager class?
What is a runtime version?
What are the different authentication modes in asp.net?
Define transparent caching with aop?
In a Repeater control how one can provide an alternating color scheme ?
Tell me how asp.net mvc differs from asp.net web forms? : asp.net mvc
What is a 404 redirect?
How many types of validation are there?
What are html helpers in asp.net?
What is meant by ispostback in asp net?
Which is better session or viewstate?
How long the items in ViewState exists?
What is event in asp.net?