Training
Certifications
Books
Special Offers
Community




 
Microsoft® .NET Framework 1.1 Class Library Reference Volume 5: System.Web
Author Microsoft Corporation
Pages 2768
Disk N/A
Level All Levels
Published 03/26/2003
ISBN 9780735618169
Price $79.99
To see this book's discounted price, select a reseller below.
 

More Information

About the Book
Table of Contents
Sample Chapter
Related Series
Related Books
About the Author

Support: Book & CD

Rate this book
Barnes Noble Amazon Quantum Books

 

Table of Contents


Document Conventionslxvii
System.Web.UI Namespace1
    AttributeCollection Class1
        AttributeCollection Constructor1
        Properties2
            AttributeCollection.Count Property2
            AttributeCollection.CssStyle Property2
            AttributeCollection.Item Property3
            AttributeCollection.Keys Property4
        Methods5
            AttributeCollection.Add Method5
            AttributeCollection.AddAttributes Method5
            AttributeCollection.Clear Method6
            AttributeCollection.Remove Method7
            AttributeCollection.Render Method8
    BaseParser Class10
        BaseParser Constructor10
    BasePartialCachingControl Class11
        BasePartialCachingControl Constructor11
        Properties11
            BasePartialCachingControl.Dependency Property11
        Methods11
            BasePartialCachingControl.Dispose Method11
            BasePartialCachingControl.OnInit Method12
            BasePartialCachingControl.Render Method12
    BuildMethod Delegate13
    BuildTemplateMethod Delegate14
    CompiledTemplateBuilder Class15
        CompiledTemplateBuilder Constructor15
        Methods15
            CompiledTemplateBuilder.InstantiateIn Method15
    ConstructorNeedsTagAttribute Class16
        ConstructorNeedsTagAttribute Constructor17
            ConstructorNeedsTagAttribute Constructor ()18
            ConstructorNeedsTagAttribute Constructor (Boolean)18
        Properties20
            ConstructorNeedsTagAttribute.NeedsTag Property20
    Control Class21
        Control Constructor21
        Properties22
            Control.BindingContainer Property22
            Control.ChildControlsCreated Property22
            Control.ClientID Property23
            Control.Context Property23
            Control.Controls Property24
            Control.EnableViewState Property24
            Control.Events Property25
            Control.HasChildViewState Property25
            Control.ID Property25
            Control.IsTrackingViewState Property26
            Control.NamingContainer Property26
            Control.Page Property28
            Control.Parent Property28
            Control.Site Property29
            Control.TemplateSourceDirectory Property29
            Control.UniqueID Property29
            Control.ViewState Property30
            Control.ViewStateIgnoresCase Property31
            Control.Visible Property31
        Methods31
            Control.AddedControl Method31
            Control.AddParsedSubObject Method31
            Control.BuildProfileTree Method32
            Control.ClearChildViewState Method33
            Control.CreateChildControls Method33
            Control.CreateControlCollection Method34
            Control.DataBind Method34
            Control.Dispose Method35
            Control.EnsureChildControls Method35
            Control.FindControl Method36
            Control.HasControls Method37
            Control.IParserAccessor.AddParsedSubObject Method37
            Control.IsLiteralContent Method37
            Control.LoadViewState Method38
            Control.MapPathSecure Method38
            Control.OnBubbleEvent Method39
            Control.OnDataBinding Method40
            Control.OnInit Method40
            Control.OnLoad Method41
            Control.OnPreRender Method41
            Control.OnUnload Method42
            Control.RaiseBubbleEvent Method42
            Control.RemovedControl Method43
            Control.Render Method43
            Control.RenderChildren Method44
            Control.RenderControl Method45
            Control.ResolveUrl Method45
            Control.SaveViewState Method46
            Control.SetRenderMethodDelegate Method46
            Control.TrackViewState Method47
        Events47
            Control.DataBinding Event47
            Control.Disposed Event47
            Control.Init Event48
            Control.Load Event48
            Control.PreRender Event48
            Control.Unload Event49
    ControlBuilder Class50
        ControlBuilder Constructor55
        Properties55
            ControlBuilder.ControlType Property55
            ControlBuilder.FChildrenAsProperties Property55
            ControlBuilder.FIsNonParserAccessor Property56
            ControlBuilder.HasAspCode Property56
            ControlBuilder.ID Property56
            ControlBuilder.InDesigner Property56
            ControlBuilder.NamingContainerType Property56
            ControlBuilder.Parser Property56
            ControlBuilder.TagName Property57
        Methods57
            ControlBuilder.AllowWhitespaceLiterals Method57
            ControlBuilder.AppendLiteralString Method57
            ControlBuilder.AppendSubBuilder Method58
            ControlBuilder.CloseControl Method58
            ControlBuilder.CreateBuilderFromType Method58
            ControlBuilder.GetChildControlType Method59
            ControlBuilder.HasBody Method59
            ControlBuilder.HtmlDecodeLiterals Method60
            ControlBuilder.Init Method60
            ControlBuilder.NeedsTagInnerText Method60
            ControlBuilder.OnAppendToParentBuilder Method61
            ControlBuilder.SetTagInnerText Method61
    ControlBuilderAttribute Class62
        ControlBuilderAttribute Constructor64
        Fields64
            ControlBuilderAttribute.Default Field64
        Properties65
            ControlBuilderAttribute.BuilderType Property65
        Methods65
            ControlBuilderAttribute.Equals Method65
            ControlBuilderAttribute.GetHashCode Method65
            ControlBuilderAttribute.IsDefaultAttribute Method65
    ControlCollection Class66
        ControlCollection Constructor66
        Properties67
            ControlCollection.Count Property67
            ControlCollection.IsReadOnly Property67
            ControlCollection.IsSynchronized Property67
            ControlCollection.Item Property67
            ControlCollection.Owner Property68
            ControlCollection.SyncRoot Property69
        Methods69
            ControlCollection.Add Method69
            ControlCollection.AddAt Method70
            ControlCollection.Clear Method71
            ControlCollection.Contains Method71
            ControlCollection.CopyTo Method72
            ControlCollection.GetEnumerator Method72
            ControlCollection.IndexOf Method72
            ControlCollection.Remove Method72
            ControlCollection.RemoveAt Method73
    CssStyleCollection Class74
        Properties74
            CssStyleCollection.Count Property74
            CssStyleCollection.Item Property75
            CssStyleCollection.Keys Property76
        Methods76
            CssStyleCollection.Add Method76
            CssStyleCollection.Clear Method77
            CssStyleCollection.Remove Method78
    DataBinder Class79
        DataBinder Constructor79
        Methods79
            DataBinder.Eval Method79
            DataBinder.GetIndexedPropertyValue Method81
            DataBinder.GetPropertyValue Method81
    DataBinding Class83
        DataBinding Constructor86
        Properties87
            DataBinding.Expression Property87
            DataBinding.PropertyName Property87
            DataBinding.PropertyType Property88
        Methods89
            DataBinding.Equals Method89
            DataBinding.GetHashCode Method89
    DataBindingCollection Class90
        DataBindingCollection Constructor93
        Properties94
            DataBindingCollection.Count Property94
            DataBindingCollection.IsReadOnly Property94
            DataBindingCollection.IsSynchronized Property94
            DataBindingCollection.Item Property94
            DataBindingCollection.RemovedBindings Property95
            DataBindingCollection.SyncRoot Property96
        Methods99
            DataBindingCollection.Add Method99
            DataBindingCollection.Clear Method99
            DataBindingCollection.CopyTo Method99
            DataBindingCollection.GetEnumerator Method100
            DataBindingCollection.Remove Method101
    DataBindingHandlerAttribute Class103
        DataBindingHandlerAttribute Constructor104
            DataBindingHandlerAttribute Constructor ()104
            DataBindingHandlerAttribute Constructor (String)105
            DataBindingHandlerAttribute Constructor (Type)106
        Fields106
            DataBindingHandlerAttribute.Default Field106
        Properties106
            DataBindingHandlerAttribute.HandlerTypeName Property106
    DataBoundLiteralControl Class107
        DataBoundLiteralControl Constructor107
        Properties108
            DataBoundLiteralControl.Text Property108
        Methods109
            DataBoundLiteralControl.CreateControlCollection Method109
            DataBoundLiteralControl.LoadViewState Method109
            DataBoundLiteralControl.Render Method109
            DataBoundLiteralControl.SaveViewState Method109
            DataBoundLiteralControl.SetDataBoundString Method110
            DataBoundLiteralControl.SetStaticString Method110
    DesignerDataBoundLiteralControl Class111
        DesignerDataBoundLiteralControl Constructor111
        Properties111
            DesignerDataBoundLiteralControl.Text Property111
        Methods111
            DesignerDataBoundLiteralControl.CreateControlCollection Method111
            DesignerDataBoundLiteralControl.LoadViewState Method111
            DesignerDataBoundLiteralControl.Render Method111
            DesignerDataBoundLiteralControl.SaveViewState Method112
    DesignTimeParseData Class113
        DesignTimeParseData Constructor113
        Properties113
            DesignTimeParseData.DataBindingHandler Property113
            DesignTimeParseData.DesignerHost Property113
            DesignTimeParseData.DocumentUrl Property113
            DesignTimeParseData.ParseText Property113
    DesignTimeTemplateParser Class114
        Methods114
            DesignTimeTemplateParser.ParseControl Method114
            DesignTimeTemplateParser.ParseTemplate Method114
    EmptyControlCollection Class115
        EmptyControlCollection Constructor116
        Methods117
            EmptyControlCollection.Add Method117
            EmptyControlCollection.AddAt Method117
    Html32TextWriter Class119
        Html32TextWriter Constructor119
            Html32TextWriter Constructor (TextWriter)119
            Html32TextWriter Constructor (TextWriter, String)119
        Properties120
            Html32TextWriter.FontStack Property120
        Methods120
            Html32TextWriter.GetTagName Method120
            Html32TextWriter.OnStyleAttributeRender Method120
            Html32TextWriter.OnTagRender Method120
            Html32TextWriter.RenderAfterContent Method121
            Html32TextWriter.RenderAfterTag Method121
            Html32TextWriter.RenderBeforeContent Method121
            Html32TextWriter.RenderBeforeTag Method121
            Html32TextWriter.RenderBeginTag Method121
            Html32TextWriter.RenderEndTag Method122
    HtmlTextWriter Class123
        HtmlTextWriter Constructor124
            HtmlTextWriter Constructor (TextWriter)127
            HtmlTextWriter Constructor (TextWriter, String)128
        Fields128
            HtmlTextWriter.DefaultTabString Field128
            HtmlTextWriter.DoubleQuoteChar Field128
            HtmlTextWriter.EndTagLeftChars Field129
            HtmlTextWriter.EqualsChar Field129
            HtmlTextWriter.EqualsDoubleQuoteString Field129
            HtmlTextWriter.SelfClosingChars Field130
            HtmlTextWriter.SelfClosingTagEnd Field130
            HtmlTextWriter.SemicolonChar Field130
            HtmlTextWriter.SingleQuoteChar Field130
            HtmlTextWriter.SlashChar Field131
            HtmlTextWriter.SpaceChar Field131
            HtmlTextWriter.StyleEqualsChar Field131
            HtmlTextWriter.TagLeftChar Field131
            HtmlTextWriter.TagRightChar Field131
        Properties132
            HtmlTextWriter.Encoding Property132
            HtmlTextWriter.Indent Property132
            HtmlTextWriter.InnerWriter Property133
            HtmlTextWriter.NewLine Property133
            HtmlTextWriter.TagKey Property134
            HtmlTextWriter.TagName Property135
        Methods136
            HtmlTextWriter.AddAttribute Method136
            HtmlTextWriter.AddStyleAttribute Method139
            HtmlTextWriter.Close Method141
            HtmlTextWriter.EncodeAttributeValue Method141
            HtmlTextWriter.EncodeUrl Method143
            HtmlTextWriter.FilterAttributes Method143
            HtmlTextWriter.Flush Method144
            HtmlTextWriter.GetAttributeKey Method144
            HtmlTextWriter.GetAttributeName Method144
            HtmlTextWriter.GetStyleKey Method145
            HtmlTextWriter.GetStyleName Method146
            HtmlTextWriter.GetTagKey Method146
            HtmlTextWriter.GetTagName Method147
            HtmlTextWriter.IsAttributeDefined Method147
            HtmlTextWriter.IsStyleAttributeDefined Method148
            HtmlTextWriter.OnAttributeRender Method149
            HtmlTextWriter.OnStyleAttributeRender Method149
            HtmlTextWriter.OnTagRender Method150
            HtmlTextWriter.OutputTabs Method150
            HtmlTextWriter.PopEndTag Method151
            HtmlTextWriter.PushEndTag Method151
            HtmlTextWriter.RegisterAttribute Method151
            HtmlTextWriter.RegisterStyle Method152
            HtmlTextWriter.RegisterTag Method152
            HtmlTextWriter.RenderAfterContent Method152
            HtmlTextWriter.RenderAfterTag Method153
            HtmlTextWriter.RenderBeforeContent Method154
            HtmlTextWriter.RenderBeforeTag Method154
            HtmlTextWriter.RenderBeginTag Method154
            HtmlTextWriter.RenderEndTag Method156
            HtmlTextWriter.Write Method156
            HtmlTextWriter.WriteAttribute Method161
            HtmlTextWriter.WriteBeginTag Method162
            HtmlTextWriter.WriteEndTag Method163
            HtmlTextWriter.WriteFullBeginTag Method163
            HtmlTextWriter.WriteLine Method163
            HtmlTextWriter.WriteLineNoTabs Method169
            HtmlTextWriter.WriteStyleAttribute Method169
    HtmlTextWriterAttribute Enumeration171
    HtmlTextWriterStyle Enumeration173
    HtmlTextWriterTag Enumeration174
    IAttributeAccessor Interface176
        Methods177
            IAttributeAccessor.GetAttribute Method177
            IAttributeAccessor.SetAttribute Method178
    IDataBindingsAccessor Interface179
        Properties179
            IDataBindingsAccessor.DataBindings Property179
            IDataBindingsAccessor.HasDataBindings Property179
    ImageClickEventArgs Class180
        ImageClickEventArgs Constructor180
        Fields180
            ImageClickEventArgs.X Field180
            ImageClickEventArgs.Y Field181
    ImageClickEventHandler Delegate182
    INamingContainer Interface183
    IParserAccessor Interface185
        Methods185
            IParserAccessor.AddParsedSubObject Method185
    IPostBackDataHandler Interface186
        Methods187
            IPostBackDataHandler.LoadPostData Method187
            IPostBackDataHandler.RaisePostDataChangedEvent Method188
    IPostBackEventHandler Interface189
        Methods190
            IPostBackEventHandler.RaisePostBackEvent Method190
    IStateManager Interface191
        Properties193
            IStateManager.IsTrackingViewState Property193
        Methods193
            IStateManager.LoadViewState Method194
            IStateManager.SaveViewState Method194
            IStateManager.TrackViewState Method195
    ITemplate Interface196
        Methods197
            ITemplate.InstantiateIn Method197
    IUserControlDesignerAccessor Interface198
        Properties198
            IUserControlDesignerAccessor.InnerText Property198
            IUserControlDesignerAccessor.TagName Property198
    IValidator Interface199
        Properties200
            IValidator.ErrorMessage Property200
            IValidator.IsValid Property200
        Methods200
            IValidator.Validate Method200
    LiteralControl Class201
        LiteralControl Constructor201
            LiteralControl Constructor ()201
            LiteralControl Constructor (String)202
        Properties202
            LiteralControl.Text Property202
        Methods202
            LiteralControl.CreateControlCollection Method202
            LiteralControl.Render Method203
    LosFormatter Class204
        LosFormatter Constructor204
            LosFormatter Constructor ()204
            LosFormatter Constructor (Boolean, String)204
        Methods205
            LosFormatter.Deserialize Method205
            LosFormatter.Serialize Method206
    ObjectConverter Class207
        ObjectConverter Constructor207
        Methods207
            ObjectConverter.ConvertValue Method207
    ObjectTagBuilder Class208
        ObjectTagBuilder Constructor208
        Methods208
            ObjectTagBuilder.AppendLiteralString Method208
            ObjectTagBuilder.AppendSubBuilder Method208
            ObjectTagBuilder.Init Method208
    OutputCacheLocation Enumeration209
    Page Class210
        Page Constructor211
        Fields211
            Page.postEventArgumentID Field211
            Page.postEventSourceID Field212
        Properties212
            Page.Application Property212
            Page.AspCompatMode Property212
            Page.Buffer Property212
            Page.Cache Property212
            Page.ClientTarget Property213
            Page.CodePage Property213
            Page.ContentType Property213
            Page.Context Property214
            Page.Culture Property214
            Page.EnableViewState Property214
            Page.EnableViewStateMac Property215
            Page.ErrorPage Property215
            Page.FileDependencies Property216
            Page.ID Property216
            Page.IsPostBack Property216
            Page.IsReusable Property216
            Page.IsValid Property217
            Page.LCID Property217
            Page.Request Property217
            Page.Response Property218
            Page.ResponseEncoding Property218
            Page.Server Property218
            Page.Session Property219
            Page.SmartNavigation Property219
            Page.Trace Property220
            Page.TraceEnabled Property220
            Page.TraceModeValue Property220
            Page.TransactionMode Property221
            Page.UICulture Property221
            Page.User Property221
            Page.Validators Property221
            Page.ViewStateUserKey Property221
            Page.Visible Property222
        Methods222
            Page.AspCompatBeginProcessRequest Method222
            Page.AspCompatEndProcessRequest Method222
            Page.CreateHtmlTextWriter Method223
            Page.DesignerInitialize Method224
            Page.DeterminePostBackMode Method224
            Page.GetPostBackClientEvent Method224
            Page.GetPostBackClientHyperlink Method224
            Page.GetPostBackEventReference Method225
            Page.GetTypeHashCode Method228
            Page.InitOutputCache Method228
            Page.IsClientScriptBlockRegistered Method228
            Page.IsStartupScriptRegistered Method229
            Page.LoadPageStateFromPersistenceMedium Method230
            Page.MapPath Method230
            Page.ProcessRequest Method230
            Page.RaisePostBackEvent Method231
            Page.RegisterArrayDeclaration Method231
            Page.RegisterClientScriptBlock Method232
            Page.RegisterHiddenField Method233
            Page.RegisterOnSubmitStatement Method233
            Page.RegisterRequiresPostBack Method234
            Page.RegisterRequiresRaiseEvent Method234
            Page.RegisterStartupScript Method235
            Page.RegisterViewStateHandler Method236
            Page.SavePageStateToPersistenceMedium Method236
            Page.Validate Method236
            Page.VerifyRenderingInServerForm Method237
    PageParser Class238
        PageParser Constructor238
        Methods238
            PageParser.CompileIntoType Method238
            PageParser.GetCompiledPageInstance Method238
    Pair Class239
        Pair Constructor239
            Pair Constructor ()239
            Pair Constructor (Object, Object)239
        Fields239
            Pair.First Field239
            Pair.Second Field240
    ParseChildrenAttribute Class241
        ParseChildrenAttribute Constructor244
            ParseChildrenAttribute Constructor ()246
            ParseChildrenAttribute Constructor (Boolean)246
            ParseChildrenAttribute Constructor (Boolean, String)248
        Fields248
            ParseChildrenAttribute.Default Field248
        Properties249
            ParseChildrenAttribute.ChildrenAsProperties Property249
            ParseChildrenAttribute.DefaultProperty Property249
        Methods249
            ParseChildrenAttribute.Equals Method249
            ParseChildrenAttribute.GetHashCode Method249
            ParseChildrenAttribute.IsDefaultAttribute Method249


Next



Last Updated: March 11, 2003
Top of Page