How do I debug an ASP.NET application that wasn't written with Visual Studio.NET and that doesn't use code-behind?
1 4136
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 start?
Can we have a web application running without web.config file?
What are Session states available and its Uses?
Which protocol is used in a web api?
What is Partial PostBack in ASP.NET?
What is .net framework and what are the main components of it?
How many ways are there to maintain a state in .net? What is view state?
What are the Difference between asp.net and asp ?
Is it right that ASP.NET Web API has replaced WCF?
What is difference between abstract class and an interface?
What is the difference between table and query?
Differentiate between early binding and late binding.
Define resource files.
What is http post action?