有没有人知道.NET2005中GridView的内部结构图啊??

来源:百度知道 编辑:UC知道 时间:2024/09/28 11:28:42
.NET2005中其他控件的内部结构也行!!
我知道控件内部的代码是保密的,我只是想了解一下它内部的工作原理!!!!

下载【Reflector】,反编译,
以下是GridView的部分代码(实在太长了,发不完):

[DefaultEvent("SelectedIndexChanged"), SupportsEventValidation, Designer("System.Web.UI.Design.WebControls.GridViewDesigner, System.Design, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a"), ControlValueProperty("SelectedValue"), AspNetHostingPermission(SecurityAction.LinkDemand, Level=AspNetHostingPermissionLevel.Minimal), AspNetHostingPermission(SecurityAction.InheritanceDemand, Level=AspNetHostingPermissionLevel.Minimal)]
public class GridView : CompositeDataBoundControl, IPostBackContainer, IPostBackEventHandler, ICallbackContainer, ICallbackEventHandler
{
// Fields
private TableItemStyle _alternatingRowStyle;
private ArrayList _autoGenFieldProps;
private GridViewRow _bottomPagerRow;
private OrderedDictionary _boundFieldValues;
private DataKeyArray _dataKeyArray;
private string[] _dataKeyNames;