Specifies the contents of a static string nullDataSource variable as (Unbound).
[Visual Basic] Public Shared ReadOnly nullDataSource As String [C#] public static readonly string nullDataSource; [C++] public: static readonly String* nullDataSource; [JScript] public static var nullDataSource : String;
By default, nullDataSource is the initial data source selection, indicating that there are no data bindings currently set for the control. When no data sources are bound, nullDataSource represents the current data source selection, and (Unbound) is displayed in the property browser. The data source can be set to (Unbound) by selecting it in the drop down menu.
DataSourceConverter Class | DataSourceConverter Members | System.Web.UI.Design Namespace