Code:
/ FX-1434 / FX-1434 / 1.0 / untmp / whidbey / REDBITS / ndp / fx / src / Designer / WebForms / System / Web / UI / Design / WebControls / LoginNameDesigner.cs / 1 / LoginNameDesigner.cs
//------------------------------------------------------------------------------ //// Copyright (c) Microsoft Corporation. All rights reserved. // //----------------------------------------------------------------------------- namespace System.Web.UI.Design.WebControls { using System.ComponentModel; using System.Design; using System.Web.UI.WebControls; [System.Security.Permissions.SecurityPermission(System.Security.Permissions.SecurityAction.Demand, Flags=System.Security.Permissions.SecurityPermissionFlag.UnmanagedCode)] public class LoginNameDesigner : ControlDesigner { protected override bool UsePreviewControl { get { return true; } } protected override string GetErrorDesignTimeHtml(Exception e) { return CreatePlaceHolderDesignTimeHtml(SR.GetString(SR.Control_ErrorRenderingShort) + "
" + e.Message); } } } // 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
- TransformerTypeCollection.cs
- CursorInteropHelper.cs
- XmlSchemaInclude.cs
- DataTable.cs
- FormsAuthenticationModule.cs
- TraceContextRecord.cs
- WmpBitmapDecoder.cs
- CatalogPart.cs
- WebBrowserNavigatingEventHandler.cs
- DesignerLoader.cs
- RoutedEventConverter.cs
- DateTimeUtil.cs
- Imaging.cs
- DateBoldEvent.cs
- TableRowGroupCollection.cs
- Triplet.cs
- BaseConfigurationRecord.cs
- LingerOption.cs
- FixedSOMSemanticBox.cs
- LinkDesigner.cs
- PrincipalPermission.cs
- BindableAttribute.cs
- RenderOptions.cs
- RawUIStateInputReport.cs
- ContentPresenter.cs
- QuaternionKeyFrameCollection.cs
- TearOffProxy.cs
- AsynchronousChannel.cs
- FirstMatchCodeGroup.cs
- Tuple.cs
- Matrix3DValueSerializer.cs
- CachedFontFamily.cs
- CacheModeValueSerializer.cs
- SimpleApplicationHost.cs
- PropVariant.cs
- GridViewUpdatedEventArgs.cs
- CroppedBitmap.cs
- Operand.cs
- WCFModelStrings.Designer.cs
- CopyAction.cs
- Documentation.cs
- ResourceAttributes.cs
- MissingFieldException.cs
- ManipulationPivot.cs
- DiagnosticsConfigurationHandler.cs
- NavigationProperty.cs
- Drawing.cs
- FileDialog_Vista.cs
- PropertyEmitter.cs
- OleDbStruct.cs
- BaseTreeIterator.cs
- SrgsNameValueTag.cs
- SecurityBindingElement.cs
- SliderAutomationPeer.cs
- ListViewItem.cs
- RefType.cs
- DrawingImage.cs
- SchemaCollectionCompiler.cs
- HandlerBase.cs
- ObjectDataProvider.cs
- WindowsFormsSynchronizationContext.cs
- TransformerTypeCollection.cs
- EntitySetBaseCollection.cs
- FormsAuthenticationCredentials.cs
- StreamInfo.cs
- LogSwitch.cs
- CompilationSection.cs
- IPPacketInformation.cs
- IIS7UserPrincipal.cs
- XmlnsCache.cs
- CellTreeSimplifier.cs
- AssemblyCollection.cs
- ViewStateException.cs
- ParseNumbers.cs
- RadialGradientBrush.cs
- XmlDataImplementation.cs
- ScriptReferenceBase.cs
- PolicyUnit.cs
- LocalBuilder.cs
- Size3D.cs
- WebDisplayNameAttribute.cs
- SqlCachedBuffer.cs
- ComponentManagerBroker.cs
- Types.cs
- SafeHandles.cs
- TextSelection.cs
- ObjectQuery.cs
- HttpRuntimeSection.cs
- ContextQuery.cs
- TimeBoundedCache.cs
- WeakReadOnlyCollection.cs
- RectangleConverter.cs
- Domain.cs
- ParserStreamGeometryContext.cs
- MemberDescriptor.cs
- ImplicitInputBrush.cs
- DifferencingCollection.cs
- CodeExpressionStatement.cs
- StorageComplexPropertyMapping.cs
- TreeNodeStyleCollection.cs