Answer Posted / karvendhan
software development is the process to deliver the right
product to market
| Is This Answer Correct ? | 10 Yes | 7 No |
Post New Answer View All Answers
Define a web service in .net?
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.
Which control has default post back is enabled(true)?
What is the file extension of web service?
How do you implement postback with a text box?
Explain difference between dataset and recordset?
Explain the various authentication mechanisms in asp.net.
Are there resources online with tips on asp to asp.net conversions?
Describe Segmentation With Paging?
What's the difference between viewstate and sessionstate?
What is application session?
how can create login from create and written conde in asp.net
Explain global assembly cache.
What is the difference between user control an custom control?
Describe the diffeerence between inline and code behind - which is best in a loosely coupled solution?