Answer Posted / anand
WSDL stands:
WEB SERVICE DISCRIPTION LANGUAGE
used to describe web services and also used to locate web
services.
| Is This Answer Correct ? | 2 Yes | 0 No |
Post New Answer View All Answers
What are the versions of garbage collection?
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 the difference between file-based dependency and key-based dependency?
What are HTTP handlers in ASP.NET?
What is data grid view in asp.net?
Explain a program using razor view engine to create a simple application? : asp.net mvc
Name the two properties are on every validation control?
what cut off mark for po's,what questions they asked for interview?
What is the difference between stored procedure vs function?
Explain weak typing and strong typing.
What are directives in asp.net? List down all the important directives.
What is ashx file in asp.net?
Explain the differences between clr & cts?
What is the difference between union and join?
Describe the difference between inline and code behind - which is best in a?