Answer Posted / rups
WCF is Protocal independent
| Is This Answer Correct ? | 17 Yes | 6 No |
Post New Answer View All Answers
What are client activated objects and server activated objects?
Can you dynamically assign a Master Page?
Define xmlreader class.
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 tags do you need to add within the asp:datagrid tags to bind columns manually? How?
What is difference between rest and soap?
Explain cookies with example.
how to elimainte the similar data from the different tables
How we implement the multiple paypal value with gridview in my website and how we make a payment through Credit Card.
What are Authentication and Authorization?
Explain what is the procedure to create the environment for asp.net? : asp.net mvc
How do you sign out from forms authentication?
Explain the significance of routing? : asp.net mvc
Can we use html in asp.net?
When you use Ajax controls in the ASP.NET application?