Code:
/ FX-1434 / FX-1434 / 1.0 / untmp / whidbey / REDBITS / ndp / fx / src / Designer / WebForms / System / Web / UI / Design / WebControls / CalendarDataBindingHandler.cs / 1 / CalendarDataBindingHandler.cs
//------------------------------------------------------------------------------ //// Copyright (c) Microsoft Corporation. All rights reserved. // //----------------------------------------------------------------------------- namespace System.Web.UI.Design { using System; using System.ComponentModel; using System.ComponentModel.Design; using System.Diagnostics; using System.Reflection; using System.Web.UI; using System.Web.UI.WebControls; ////// /// [System.Security.Permissions.SecurityPermission(System.Security.Permissions.SecurityAction.Demand, Flags=System.Security.Permissions.SecurityPermissionFlag.UnmanagedCode)] public class CalendarDataBindingHandler : DataBindingHandler { ///[To be supplied.] ////// /// public override void DataBindControl(IDesignerHost designerHost, Control control) { Debug.Assert(control is Calendar, "Expected a Calendar"); Calendar calendar = (Calendar)control; DataBinding dateBinding = ((IDataBindingsAccessor)calendar).DataBindings["SelectedDate"]; if (dateBinding != null) { calendar.SelectedDate = DateTime.Today; } } } } // File provided for Reference Use Only by Microsoft Corporation (c) 2007. // Copyright (c) Microsoft Corporation. All rights reserved.[To be supplied.] ///
Link Menu

This book is available now!
Buy at Amazon US or
Buy at Amazon UK
- Size3D.cs
- ColorMatrix.cs
- TypeContext.cs
- AddIn.cs
- JoinGraph.cs
- OperationDescriptionCollection.cs
- EventProviderWriter.cs
- CompilationUnit.cs
- wgx_render.cs
- Menu.cs
- IDQuery.cs
- CompressEmulationStream.cs
- AssemblyGen.cs
- ErrorProvider.cs
- AnnotationComponentChooser.cs
- XmlSchemaGroup.cs
- TypeUnloadedException.cs
- Comparer.cs
- RegistrationServices.cs
- HMACSHA256.cs
- ProtocolsConfigurationHandler.cs
- BuilderInfo.cs
- AggregationMinMaxHelpers.cs
- SystemColors.cs
- precedingquery.cs
- ExpandSegmentCollection.cs
- WindowsFormsSectionHandler.cs
- LocalizationComments.cs
- Splitter.cs
- ContextMarshalException.cs
- xamlnodes.cs
- ClientSession.cs
- UnknownBitmapEncoder.cs
- PropertyContainer.cs
- XmlIlGenerator.cs
- dbenumerator.cs
- SatelliteContractVersionAttribute.cs
- HScrollBar.cs
- XmlHierarchicalEnumerable.cs
- SendActivityDesignerTheme.cs
- BufferModeSettings.cs
- SQLDateTimeStorage.cs
- TextParaLineResult.cs
- ExceptionNotification.cs
- DrawingAttributesDefaultValueFactory.cs
- KeyPullup.cs
- Completion.cs
- TreeView.cs
- FlowLayoutPanel.cs
- ClosureBinding.cs
- XmlObjectSerializerReadContextComplex.cs
- TargetConverter.cs
- StructuredTypeEmitter.cs
- TaskCanceledException.cs
- XmlBaseReader.cs
- PageTrueTypeFont.cs
- WebControlsSection.cs
- DSASignatureFormatter.cs
- ContentType.cs
- Int32AnimationUsingKeyFrames.cs
- DbConnectionPoolGroup.cs
- Solver.cs
- PackagePart.cs
- PropertyEmitter.cs
- SubpageParaClient.cs
- ProfessionalColorTable.cs
- CustomCategoryAttribute.cs
- XsdDataContractExporter.cs
- ProcessHost.cs
- NetworkAddressChange.cs
- FrugalMap.cs
- Signature.cs
- CaseKeyBox.xaml.cs
- VisualTarget.cs
- FileDataSourceCache.cs
- FilterEventArgs.cs
- DataGrid.cs
- WebContentFormatHelper.cs
- DataViewSetting.cs
- HttpCookiesSection.cs
- SizeF.cs
- DataKeyArray.cs
- SqlFlattener.cs
- PropertyEntry.cs
- ZipArchive.cs
- ManagedWndProcTracker.cs
- PropertyInformation.cs
- NetWebProxyFinder.cs
- ImpersonationOption.cs
- FlowDocumentScrollViewerAutomationPeer.cs
- SettingsBase.cs
- OutputCacheModule.cs
- Rect3DConverter.cs
- HyperlinkAutomationPeer.cs
- ThicknessAnimation.cs
- AspNetHostingPermission.cs
- CodeVariableDeclarationStatement.cs
- SelectionChangedEventArgs.cs
- Privilege.cs
- StringExpressionSet.cs