Is viewstate enabled by default?


No Answer is Posted For this Question
Be the First to Post Answer

Post New Answer

More ASP.NET Interview Questions

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.

0 Answers   Netsweeper,


What language is asp.net written in?

0 Answers  


What type of code (server or client) is found in a Code- Behind class?

2 Answers  


How can you pass multiple complex types in Web API?

0 Answers  


What is Response.Flush method ?

3 Answers   Keane India Ltd,






What are custom controls?

0 Answers  


What setting must be added in the configuration file to deny a particular user from accessing the secured resources?

0 Answers  


How to use one project files into another project?

4 Answers   HP,


if i wanna deploy my asp.net project to the production server and situation is that i m still not compiled my project i have as-is on my development side now on production server we dont have a visual studio now what kind of settings i need to be to do in webconfig /machine.config file to deploy my project and in iis too....

0 Answers   webdirekt,


What are demand-paging and pre-paging?

0 Answers   MCN Solutions,


How you can manage the state of application at the server side in ASP.NET?

0 Answers  


How to store checkbox value in database in asp.net mvc? : Asp.Net MVC

0 Answers  


Categories