Answer Posted / alb.shah
In multiple inheritance when a class D is derived by two
base classes B and C and both base class is also inherite
by same class A then then class D will get duplicate copy
of uppper most base class A.In this case class A will
declare as virtual class
| Is This Answer Correct ? | 4 Yes | 1 No |
Post New Answer View All Answers
How long the items in ViewState exists?
What is the difference between session object and application object?
What is active web page?
What is another word for redirect?
What is meant by asp.net?
Is asp.net outdated?
How do you identify that the page is postback?
Which dll handles the request of .aspx page?
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.
Define caching.
What do you mean by serialize and marshalbyref?
Where sessions are stored?
Explain the difference between dataset and datareader.
Is asp.net web forms dead?
How is my content secured from unauthorized access?