1 type derived from SqlDataSource
System.Web (1)
UI\WebControls\AccessDataSource.cs (1)
33public class AccessDataSource : SqlDataSource {
3 references to SqlDataSource
System.Web (3)
UI\WebControls\SqlDataSource.cs (1)
38ToolboxBitmap(typeof(SqlDataSource)),
UI\WebControls\SqlDataSourceView.cs (2)
48private SqlDataSource _owner; 74public SqlDataSourceView(SqlDataSource owner, string name, HttpContext context) : base(owner, name) {