Where on the Internet would you look for Web services?
Answer Posted / priyanka
www.uddi.org
| Is This Answer Correct ? | 2 Yes | 0 No |
Post New Answer View All Answers
What symbol would you use to denote, the start of a code block in aspx views?
Explain the difference between value type and reference type?
What is an imagemap in asp.net?
Explain transparent caching with aop?
What is difference between Lambda Expression and LINQ in ASP.NET?
List some of the important session state modes of asp.net.
Is asp.net different from asp? If yes, explain how?
What is the difference between an htmlinputcheckbox control and an htmlinputradiobutton control?
Why is mvc better than asp.net?
What is query string in asp.net?
What is server side session management?
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 runat?
What is the application pool?
Difference between web user control and web custom control?