Code:
/ DotNET / DotNET / 8.0 / untmp / whidbey / REDBITS / ndp / fx / src / Designer / WebForms / System / Web / UI / Design / WebControls / AccessDataSourceWizardForm.cs / 1 / AccessDataSourceWizardForm.cs
//------------------------------------------------------------------------------ //// Copyright (c) Microsoft Corporation. All rights reserved. // //----------------------------------------------------------------------------- namespace System.Web.UI.Design.WebControls { using System; using System.Collections; using System.ComponentModel; using System.ComponentModel.Design; using System.ComponentModel.Design.Data; using System.Design; using System.Diagnostics; using System.Drawing; using System.Windows.Forms; using System.Web.UI.Design.Util; using System.Web.UI.WebControls; ////// The AccessDataSource configuration wizard. This guides the user through /// the connection chooser panel and the command chooser panel. /// internal class AccessDataSourceWizardForm : SqlDataSourceWizardForm { ////// Creates a new AccessDataSourceWizardForm. /// public AccessDataSourceWizardForm(IServiceProvider serviceProvider, AccessDataSourceDesigner accessDataSourceDesigner, IDataEnvironment dataEnvironment) : base(serviceProvider, accessDataSourceDesigner, dataEnvironment) { Glyph = new Bitmap(typeof(AccessDataSourceWizardForm), "datasourcewizard.bmp"); } protected override string HelpTopic { get { return "net.Asp.AccessDataSource.ConfigureDataSource"; } } ////// Creates the appropriate connection panel for the wizard. /// protected override SqlDataSourceConnectionPanel CreateConnectionPanel() { Debug.Assert(SqlDataSourceDesigner is AccessDataSourceDesigner); AccessDataSourceDesigner accessDataSourceDesigner = (AccessDataSourceDesigner)SqlDataSourceDesigner; AccessDataSource accessDataSource = (AccessDataSource)accessDataSourceDesigner.Component; // Set up the connection panel return new AccessDataSourceConnectionChooserPanel(accessDataSourceDesigner, accessDataSource); } } } // File provided for Reference Use Only by Microsoft Corporation (c) 2007. // Copyright (c) Microsoft Corporation. All rights reserved.
Link Menu

This book is available now!
Buy at Amazon US or
Buy at Amazon UK
- PackagePart.cs
- FigureParaClient.cs
- AutomationProperties.cs
- TreeViewImageIndexConverter.cs
- XmlSchemaRedefine.cs
- Int64AnimationBase.cs
- XmlSchemaInclude.cs
- ConnectionOrientedTransportBindingElement.cs
- GenericPrincipal.cs
- PeerResolverSettings.cs
- CachedFontFace.cs
- WinFormsComponentEditor.cs
- Cursors.cs
- BamlResourceSerializer.cs
- ContractBase.cs
- StrokeCollection.cs
- OrderedDictionary.cs
- ObjectSet.cs
- GridViewColumnHeader.cs
- VersionPair.cs
- VectorCollectionConverter.cs
- RadioButton.cs
- TagPrefixCollection.cs
- SoapProtocolReflector.cs
- ExceptionTrace.cs
- DrawingVisualDrawingContext.cs
- FileStream.cs
- DataRowView.cs
- CodeParameterDeclarationExpression.cs
- EventLogger.cs
- BitmapEffectGeneralTransform.cs
- SkewTransform.cs
- WebResponse.cs
- InputMethodStateTypeInfo.cs
- BasicKeyConstraint.cs
- RegisteredArrayDeclaration.cs
- IPAddressCollection.cs
- FixedSOMContainer.cs
- diagnosticsswitches.cs
- WeakRefEnumerator.cs
- GetWinFXPath.cs
- CellPartitioner.cs
- smtppermission.cs
- ProfileGroupSettingsCollection.cs
- ListParaClient.cs
- SystemInfo.cs
- ObjectViewListener.cs
- SendDesigner.xaml.cs
- TreeViewEvent.cs
- SelectedCellsChangedEventArgs.cs
- HttpCapabilitiesSectionHandler.cs
- TypeKeyValue.cs
- PersistenceTypeAttribute.cs
- PackageRelationshipSelector.cs
- DependencyObject.cs
- BrowserCapabilitiesFactory.cs
- PreProcessInputEventArgs.cs
- ToolStripDropTargetManager.cs
- NotFiniteNumberException.cs
- EventListener.cs
- DesignTimeData.cs
- InternalSafeNativeMethods.cs
- RuntimeCompatibilityAttribute.cs
- ListenerConnectionModeReader.cs
- SponsorHelper.cs
- ComplexPropertyEntry.cs
- BasicHttpBinding.cs
- CfgArc.cs
- AttachedPropertiesService.cs
- XamlStyleSerializer.cs
- CompensatableTransactionScopeActivity.cs
- HtmlInputPassword.cs
- DataTemplateSelector.cs
- CachedFontFace.cs
- WebPartCatalogAddVerb.cs
- TextComposition.cs
- HttpException.cs
- RadioButtonPopupAdapter.cs
- compensatingcollection.cs
- CompatibleIComparer.cs
- TypeConverterHelper.cs
- DocumentGridContextMenu.cs
- DataColumn.cs
- RSAOAEPKeyExchangeDeformatter.cs
- ImageListImage.cs
- ServerValidateEventArgs.cs
- SafeEventHandle.cs
- XmlSignificantWhitespace.cs
- Stack.cs
- DataSourceProvider.cs
- EditBehavior.cs
- ValidationSummary.cs
- HttpModuleAction.cs
- CounterSampleCalculator.cs
- FixedSOMTable.cs
- ConstructorExpr.cs
- QueryInterceptorAttribute.cs
- DoubleSumAggregationOperator.cs
- ThicknessAnimationUsingKeyFrames.cs
- XamlWriter.cs