Is overloading possible in web services?
Answer Posted / kinge
yes its possible
| Is This Answer Correct ? | 5 Yes | 0 No |
Post New Answer View All Answers
How can we create pie chart in asp.net?
Define tracing.
What are the contents of cookie?
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.
Why cyclomatic complexity is important?
Explain http handlers? Where we can use the http handlers?
Explain about the .NET framework?
Can user control be stored in library?
How many types of server controls do we have?Also explain differance between them taking an example of ASP.NET?
Describe a bubbled event and how it is used ?
What are the modes of updation in an updatepanel?
What are the different types of proxy patterns?
What is advantage of asp.net?
What are sessions in asp net?
What is application in asp net?