Answer Posted / venu
only one class in .net.
why becoz .net contain only one class tha is object
class,this is a base class in .net.
| Is This Answer Correct ? | 2 Yes | 1 No |
Post New Answer View All Answers
What is simple data binding?
How to implement form based authentication in asp.net application?
How can we apply themes to an asp.net application?
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.
Does asp.net still recognize the global.asa file?
Tell me the code snippet to show how we can return 404 errors from HttpError?
Why is it preferred to not use finalize for clean up?
what are the events raised in asp.net page life cycle?in which stage view state can be loaded?
how to include timer or counting time to display next page in asp.net
How would you turn off cookies on a page of a website?
Define dll hell?
What is .net framework and what are the main components of it?
How can we create custom controls in asp net?
Is it right that ASP.NET Web API has replaced WCF?
Explain different types of validators in asp.net?