001.
<asp:DetailsView
002.
AccessKey=
"string"
003.
AllowPaging=
"True|False"
004.
AutoGenerateDeleteButton=
"True|False"
005.
AutoGenerateEditButton=
"True|False"
006.
AutoGenerateInsertButton=
"True|False"
007.
AutoGenerateRows=
"True|False"
008.
BackColor=
"color name|#dddddd"
009.
BackImageUrl=
"uri"
010.
BorderColor=
"color name|#dddddd"
011.
BorderStyle="NotSet|None|Dotted|Dashed|Solid|
Double
|Groove|Ridge|
012.
Inset|Outset"
013.
BorderWidth=
"size"
014.
Caption=
"string"
015.
CaptionAlign=
"NotSet|Top|Bottom|Left|Right"
016.
CellPadding=
"integer"
017.
CellSpacing=
"integer"
018.
CssClass=
"string"
019.
DataKeyNames=
"string"
020.
DataMember=
"string"
021.
DataSource=
"string"
022.
DataSourceID=
"string"
023.
DefaultMode=
"ReadOnly|Edit|Insert"
024.
EmptyDataText=
"string"
025.
Enabled=
"True|False"
026.
EnablePagingCallbacks=
"True|False"
027.
EnableTheming=
"True|False"
028.
EnableViewState=
"True|False"
029.
Font-Bold=
"True|False"
030.
Font-Italic=
"True|False"
031.
Font-Names=
"string"
032.
Font-Overline=
"True|False"
033.
Font-Size="string|Smaller|Larger|XX-Small|X-Small|Small|Medium|
034.
Large|X-Large|XX-Large"
035.
Font-Strikeout=
"True|False"
036.
Font-Underline=
"True|False"
037.
FooterText=
"string"
038.
ForeColor=
"color name|#dddddd"
039.
GridLines=
"None|Horizontal|Vertical|Both"
040.
HeaderText=
"string"
041.
Height=
"size"
042.
HorizontalAlign=
"NotSet|Left|Center|Right|Justify"
043.
ID=
"string"
044.
OnDataBinding=
"DataBinding event handler"
045.
OnDataBound=
"DataBound event handler"
046.
OnDisposed=
"Disposed event handler"
047.
OnInit=
"Init event handler"
048.
OnItemCommand=
"ItemCommand event handler"
049.
OnItemCreated=
"ItemCreated event handler"
050.
OnItemDeleted=
"ItemDeleted event handler"
051.
OnItemDeleting=
"ItemDeleting event handler"
052.
OnItemInserted=
"ItemInserted event handler"
053.
OnItemInserting=
"ItemInserting event handler"
054.
OnItemUpdated=
"ItemUpdated event handler"
055.
OnItemUpdating=
"ItemUpdating event handler"
056.
OnLoad=
"Load event handler"
057.
OnModeChanged=
"ModeChanged event handler"
058.
OnModeChanging=
"ModeChanging event handler"
059.
OnPageIndexChanged=
"PageIndexChanged event handler"
060.
OnPageIndexChanging=
"PageIndexChanging event handler"
061.
OnPreRender=
"PreRender event handler"
062.
OnUnload=
"Unload event handler"
063.
PageIndex=
"integer"
064.
PagerSettings-FirstPageImageUrl=
"uri"
065.
PagerSettings-FirstPageText=
"string"
066.
PagerSettings-LastPageImageUrl=
"uri"
067.
PagerSettings-LastPageText=
"string"
068.
PagerSettings-Mode=
"NextPrevious|Numeric|NextPreviousFirstLast|NumericFirstLast"
069.
PagerSettings-NextPageImageUrl=
"uri"
070.
PagerSettings-NextPageText=
"string"
071.
PagerSettings-PageButtonCount=
"integer"
072.
PagerSettings-Position=
"Bottom|Top|TopAndBottom"
073.
PagerSettings-PreviousPageImageUrl=
"uri"
074.
PagerSettings-PreviousPageText=
"string"
075.
PagerSettings-Visible=
"True|False"
076.
runat=
"server"
077.
SkinID=
"string"
078.
Style=
"string"
079.
TabIndex=
"integer"
080.
ToolTip=
"string"
081.
Visible=
"True|False"
082.
Width=
"size"
083.
>
084.
<AlternatingRowStyle />
085.
<CommandRowStyle />
086.
<EditRowStyle />
087.
<EmptyDataRowStyle />
088.
<EmptyDataTemplate>
089.
<!-- child controls -->
090.
</EmptyDataTemplate>
091.
<FieldHeaderStyle />
092.
<Fields>
093.
<asp:BoundField
094.
AccessibleHeaderText=
"string"
095.
ApplyFormatInEditMode=
"True|False"
096.
ConvertEmptyStringToNull=
"True|False"
097.
DataField=
"string"
098.
DataFormatString=
"string"
099.
FooterText=
"string"
100.
HeaderImageUrl=
"uri"
101.
HeaderText=
"string"
102.
HtmlEncode=
"True|False"
103.
InsertVisible=
"True|False"
104.
NullDisplayText=
"string"
105.
ReadOnly
=
"True|False"
106.
ShowHeader=
"True|False"
107.
SortExpression=
"string"
108.
Visible=
"True|False"
109.
>
110.
<ControlStyle />
111.
<FooterStyle />
112.
<HeaderStyle />
113.
<ItemStyle />
114.
</asp:BoundField>
115.
<asp:ButtonField
116.
AccessibleHeaderText=
"string"
117.
ButtonType=
"Button|Image|Link"
118.
CausesValidation=
"True|False"
119.
CommandName=
"string"
120.
DataTextField=
"string"
121.
DataTextFormatString=
"string"
122.
FooterText=
"string"
123.
HeaderImageUrl=
"uri"
124.
HeaderText=
"string"
125.
ImageUrl=
"uri"
126.
InsertVisible=
"True|False"
127.
ShowHeader=
"True|False"
128.
SortExpression=
"string"
129.
Text=
"string"
130.
ValidationGroup=
"string"
131.
Visible=
"True|False"
132.
>
133.
<ControlStyle />
134.
<FooterStyle />
135.
<HeaderStyle />
136.
<ItemStyle />
137.
</asp:ButtonField>
138.
<asp:CheckBoxField
139.
AccessibleHeaderText=
"string"
140.
DataField=
"string"
141.
FooterText=
"string"
142.
HeaderImageUrl=
"uri"
143.
HeaderText=
"string"
144.
InsertVisible=
"True|False"
145.
ReadOnly
=
"True|False"
146.
ShowHeader=
"True|False"
147.
SortExpression=
"string"
148.
Text=
"string"
149.
Visible=
"True|False"
150.
>
151.
<ControlStyle />
152.
<FooterStyle />
153.
<HeaderStyle />
154.
<ItemStyle />
155.
</asp:CheckBoxField>
156.
<asp:CommandField
157.
AccessibleHeaderText=
"string"
158.
ButtonType=
"Button|Image|Link"
159.
CancelImageUrl=
"uri"
160.
CancelText=
"string"
161.
CausesValidation=
"True|False"
162.
DeleteImageUrl=
"uri"
163.
DeleteText=
"string"
164.
EditImageUrl=
"uri"
165.
EditText=
"string"
166.
FooterText=
"string"
167.
HeaderImageUrl=
"uri"
168.
HeaderText=
"string"
169.
InsertImageUrl=
"uri"
170.
InsertText=
"string"
171.
InsertVisible=
"True|False"
172.
NewImageUrl=
"uri"
173.
NewText=
"string"
174.
SelectImageUrl=
"uri"
175.
SelectText=
"string"
176.
ShowCancelButton=
"True|False"
177.
ShowDeleteButton=
"True|False"
178.
ShowEditButton=
"True|False"
179.
ShowHeader=
"True|False"
180.
ShowInsertButton=
"True|False"
181.
ShowSelectButton=
"True|False"
182.
SortExpression=
"string"
183.
UpdateImageUrl=
"uri"
184.
UpdateText=
"string"
185.
ValidationGroup=
"string"
186.
Visible=
"True|False"
187.
>
188.
<ControlStyle />
189.
<FooterStyle />
190.
<HeaderStyle />
191.
<ItemStyle />
192.
</asp:CommandField>
193.
<asp:DynamicField
194.
AccessibleHeaderText=
"string"
195.
ApplyFormatInEditMode=
"True|False"
196.
ConvertEmptyStringToNull=
"True|False"
197.
DataField=
"string"
198.
DataFormatString=
"string"
199.
FooterText=
"string"
200.
HeaderImageUrl=
"uri"
201.
HeaderText=
"string"
202.
HtmlEncode=
"True|False"
203.
InsertVisible=
"True|False"
204.
NullDisplayText=
"string"
205.
ShowHeader=
"True|False"
206.
UIHint=
"string"
207.
Visible=
"True|False"
208.
>
209.
<ControlStyle />
210.
<FooterStyle />
211.
<HeaderStyle />
212.
<ItemStyle />
213.
</asp:DynamicField>
214.
<asp:HyperLinkField
215.
AccessibleHeaderText=
"string"
216.
DataNavigateUrlFields=
"string"
217.
DataNavigateUrlFormatString=
"string"
218.
DataTextField=
"string"
219.
DataTextFormatString=
"string"
220.
FooterText=
"string"
221.
HeaderImageUrl=
"uri"
222.
HeaderText=
"string"
223.
InsertVisible=
"True|False"
224.
NavigateUrl=
"uri"
225.
ShowHeader=
"True|False"
226.
SortExpression=
"string"
227.
Target=
"string|_blank|_parent|_search|_self|_top"
228.
Text=
"string"
229.
Visible=
"True|False"
230.
>
231.
<ControlStyle />
232.
<FooterStyle />
233.
<HeaderStyle />
234.
<ItemStyle />
235.
</asp:HyperLinkField>
236.
<asp:ImageField
237.
AccessibleHeaderText=
"string"
238.
AlternateText=
"string"
239.
ConvertEmptyStringToNull=
"True|False"
240.
DataAlternateTextField=
"string"
241.
DataAlternateTextFormatString=
"string"
242.
DataImageUrlField=
"string"
243.
DataImageUrlFormatString=
"string"
244.
FooterText=
"string"
245.
HeaderImageUrl=
"uri"
246.
HeaderText=
"string"
247.
InsertVisible=
"True|False"
248.
NullDisplayText=
"string"
249.
NullImageUrl=
"uri"
250.
ReadOnly
=
"True|False"
251.
ShowHeader=
"True|False"
252.
SortExpression=
"string"
253.
Visible=
"True|False"
254.
>
255.
<ControlStyle />
256.
<FooterStyle />
257.
<HeaderStyle />
258.
<ItemStyle />
259.
</asp:ImageField>
260.
<asp:TemplateField
261.
AccessibleHeaderText=
"string"
262.
ConvertEmptyStringToNull=
"True|False"
263.
FooterText=
"string"
264.
HeaderImageUrl=
"uri"
265.
HeaderText=
"string"
266.
InsertVisible=
"True|False"
267.
ShowHeader=
"True|False"
268.
SortExpression=
"string"
269.
Visible=
"True|False"
270.
>
271.
<ControlStyle />
272.
<FooterStyle />
273.
<HeaderStyle />
274.
<ItemStyle />
275.
<AlternatingItemTemplate>
276.
<!-- child controls -->
277.
</AlternatingItemTemplate>
278.
<EditItemTemplate>
279.
<!-- child controls -->
280.
</EditItemTemplate>
281.
<FooterTemplate>
282.
<!-- child controls -->
283.
</FooterTemplate>
284.
<HeaderTemplate>
285.
<!-- child controls -->
286.
</HeaderTemplate>
287.
<InsertItemTemplate>
288.
<!-- child controls -->
289.
</InsertItemTemplate>
290.
<ItemTemplate>
291.
<!-- child controls -->
292.
</ItemTemplate>
293.
</asp:TemplateField>
294.
</Fields>
295.
<FooterStyle />
296.
<FooterTemplate>
297.
<!-- child controls -->
298.
</FooterTemplate>
299.
<HeaderStyle />
300.
<HeaderTemplate>
301.
<!-- child controls -->
302.
</HeaderTemplate>
303.
<InsertRowStyle />
304.
<PagerSettings
305.
FirstPageImageUrl=
"uri"
306.
FirstPageText=
"string"
307.
LastPageImageUrl=
"uri"
308.
LastPageText=
"string"
309.
Mode="NextPrevious|Numeric|NextPreviousFirstLast|
310.
NumericFirstLast"
311.
NextPageImageUrl=
"uri"
312.
NextPageText=
"string"
313.
OnPropertyChanged=
"PropertyChanged event handler"
314.
PageButtonCount=
"integer"
315.
Position=
"Bottom|Top|TopAndBottom"
316.
PreviousPageImageUrl=
"uri"
317.
PreviousPageText=
"string"
318.
Visible=
"True|False"
319.
/>
320.
<PagerStyle />
321.
<PagerTemplate>
322.
<!-- child controls -->
323.
</PagerTemplate>
324.
<RowStyle />
325.
</asp:DetailsView>