A data source definer control that works with the IMS data source in web applications including Manager.
Object Model
Syntax
Visual Basic (Declaration) | |
---|
<ToolboxDataAttribute("<{0}:DataSourceDefinerWeb runat="server" Font-Names="Verdana" Font-Size="8pt"> </{0}:DataSourceDefinerWeb>")>
Public Class DataSourceDefinerWeb
Inherits ESRI.ArcGIS.ADF.Web.UI.WebControls.DataSourceDefinerWeb
Implements ESRI.ArcGIS.ADF.Web.DataSources.IDataSourceDefiner |
C# | |
---|
[ToolboxDataAttribute("<{0}:DataSourceDefinerWeb runat="server" Font-Names="Verdana" Font-Size="8pt"> </{0}:DataSourceDefinerWeb>")]
public class DataSourceDefinerWeb : ESRI.ArcGIS.ADF.Web.UI.WebControls.DataSourceDefinerWeb, ESRI.ArcGIS.ADF.Web.DataSources.IDataSourceDefiner |
Requirements
Target Platforms: Windows 98, Windows NT 4.0, Windows Millennium Edition, Windows 2000, Windows XP Home Edition, Windows XP Professional, Windows Server 2003 family, Windows Vista, Windows Server 2008 family
See Also