.net allows which inheritence
Answer Posted / kamlesh sharma
.net allow multilavel inheritance(not multiple inheritance)
bit we can implement multiple inheritance through interfaces
| Is This Answer Correct ? | 4 Yes | 0 No |
Post New Answer View All Answers
What is slidemaster?
What are the uses of reflection?
What is a nested masterpage in asp.net 2.0? Can there be a master page inside a masterpage?
Can you explain how ASP.NET application life cycle and page life cycle events fire?
How does the iis work?
What is loop in asp.net?
What is the use of the tag in the web.config file?
Explain the basic functionality of garbage collector?
What tags do you need to add within the asp:datagrid tags to bind columns manually? How?
What is the difference between a page theme and a global theme?
What is is post back property in asp net?
What does a switch do?
What are sessions and cookies?
How does session authentication work?
I am trying to implement sorting facility from client side code in GridView Control. So how can I fill up an Array inside client side code (using JavaScript), i want to assign my DataSet object declared and filled up on Server side(in code behind) to the array (on client side)