Search results for query: *

  1. D

    Inherited control 'DataSource' property

    The type for DataSource is any Object that implements the IList interface. How would I create a property that accepts only an object that implements IList interface?
  2. D

    Inherited control 'DataSource' property

    Hi all, I am attempting to create some sort of Data Repeater control that is customized to my needs. To do so, I want to create a control that inherits a TextBox, and give it a 'DataSource' property so it can Auto Complete as one types in the text box, and will set the position of the DataSet...
Back
Top