Can you explain what inheritance is and an example of when
you might use it?
Answer Posted / shikhar
a class which contains all the
properties,methods,variables of its parent class .., and
this method of adopting from any class is called
inheritance....
| Is This Answer Correct ? | 1 Yes | 1 No |
Post New Answer View All Answers
Describe Segmentation With Paging?
Who can consume WebAPI?
How we implement the multiple paypal value with gridview in my website and how we make a payment through Credit Card.
What is the asp.net mvc folder conventions? : asp.net mvc
Explain how can we access static variable?
Why SessionID changes in every request in asp.net?
When was asp.net released?
Hello, Using Visual Studio 2005 (VB) I am working to create a Web Site implementing the following: Within a gridView I have placed a dropdownlist control with a DataSourceID="SDSLkupList". SDSLkupList is a sqlDataSource used to store a lookup list for dropdownlist translation from ID to text. SDSLkupList contains the translation text and other fields related to the dropdown selection ID. (Thought it would be efficient to get everything at the same time.) I would like to provide the user the ability to select from the dropdownlist and, based on the selection, use labels to list related columns stored on the SDSLkupList in separate gridView columns. I have read that SqlDataSources are not meant to be used for individual controls. Since SDSLkupList contains all related information, is there a way to do a find using the dropdownlist selectedValue? (I was not able to discover one.) Otherwise, what should I use? It would need to set the labels on the gridView DataRowBound event as well as the SelectedIndexChanged events. Has anyone done this? Any help would be appreciated. Thanks in Advance. Neal
What are the three parts of an http response?
How to count the number of objects present in a web page? How to count the number of radio buttons in a web page?
What is xaml? Are xaml file compiled or built on runtime?
What is caching? Explain.
Define xmlvalidatingreader class.
How is application management and maintenance improved in asp.net 2.0?
How do active server pages work?