Answer Posted / sumit gupta
System.object is for .Net
system.Web.UI is for asp.net
| Is This Answer Correct ? | 9 Yes | 0 No |
Post New Answer View All Answers
Explain cookies with example.
What is different in .net 1.1 and .net 2.0?
Where session id is stored?
Why asp.net is better than php?
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 and where this web.config file is used?
What is the significance of proxy user?
What is a web api endpoint?
How can you pass multiple complex types in Web API?
How to fetch a data from one table to another table in asp.net ?
What is the difference between dispose() and finalize()?
List the advantages and disadvantages of user control an custom control?
What is a 401 redirect?
What is comparevalidator?
How long the items in ViewState exists?