Answer Posted / jayesh
by calling javascript function in asp.net you can also
refresh page
| Is This Answer Correct ? | 7 Yes | 4 No |
Post New Answer View All Answers
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.
A web service can only be written in .net? State whether true or false.
Define dll hell?
What is the life-span of the items in the viewstate?
Explain the main function of razor in asp.net? : asp.net mvc
What is the difference between mvc (model-view-controller) and mvp (model-view-presenter)? : asp.net mvc
Is post back in asp.net?
What is skin in asp.net?
how can create login from create and written conde in asp.net
List the major built-in objects in asp.net?
What is the default Orientation property in a Menu control?
What are the Types of chaching. How to implement caching
What are the advantages of Web API?
Define xmlreader class.
Which asp.net objects encapsulate the state of the client and the browser?