Answer Posted / swathi
Using UpdatePanel,UserControls
| Is This Answer Correct ? | 8 Yes | 23 No |
Post New Answer View All Answers
What is asp according to you?
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.
In early binding will the method invoked on com component will verify it?s existance in the system or not ?
what is command line compiler.what are the steps and how it is related to debugging.
What is the use of worker process in asp.net?
in which protocol ASP.NET WEB API Work?
What is the namespace to create thread in .net?
Why is the standalone environment only useful during the development process?
What are the parts of an http response?
how to transfer the file from client to server using asp.net
What do you understand by aggregate dependency?
What is postback and autopostback in asp.net?
How does session work in asp net?
What are the asp.net 2.0 features?
Explain swagger components.