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.


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

Post New Answer

More ASP.NET Interview Questions

What would be the salary of an Asp.net developer with 1 and half year experience in indian rupees..??

5 Answers  


What is a 404 redirect?

0 Answers  


In which event of page cycle is the viewstate available?

0 Answers  


Any disadvantages in Dataset and in reflection ?

0 Answers   DELL, Digital GlobalSoft,


Explain a program using razor view engine to create a simple application? : asp.net mvc

0 Answers  






Explain authentication levels in .net ?

3 Answers  


What are the page life cycle events?

0 Answers  


What is the difference between file-based dependency and key-based dependency?

0 Answers  


how can you bind data from dataset to XML file

2 Answers   LG Soft,


What is the difference between mvc (model-view-controller) and mvp (model-view-presenter)? : asp.net mvc

0 Answers  


Every Validation controls have same option ?

2 Answers   iGate,


Why would a company use an application service provider?

0 Answers  


Categories