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