Answer Posted / kunal sobti
string is reference type not value type...
| Is This Answer Correct ? | 3 Yes | 0 No |
Post New Answer View All Answers
How do you sign out from forms authentication?
Is post back in asp.net?
Is it right that ASP.NET Web API has replaced WCF?
What are the modes of updation in an updatepanel?
What is OSI layer? Explain different layers.
What is css and what is it used for?
Do I need to have the latest version of windows media player installed?
Define data caching?
Describe a bubbled event and how it is used ?
What is query string?
What are Session states available and its Uses?
What is parse in asp.net?
How can we register exception filter from the action?
What is the importance of Global.asax in ASP.NET?
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.