Is viewstate enabled by default?
No Answer is Posted For this Question
Be the First to Post Answer
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 language is asp.net written in?
What type of code (server or client) is found in a Code- Behind class?
How can you pass multiple complex types in Web API?
What is Response.Flush method ?
What are custom controls?
What setting must be added in the configuration file to deny a particular user from accessing the secured resources?
How to use one project files into another project?
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....
What are demand-paging and pre-paging?
How you can manage the state of application at the server side in ASP.NET?
How to store checkbox value in database in asp.net mvc? : Asp.Net MVC