Mono Class Library: Overview

System.Web.UI.WebControls.FormView: Members

The members of System.Web.UI.WebControls.FormView are listed below.

See Also: Inherited members from System.Web.UI.WebControls.CompositeDataBoundControl

Public Constructors

Documentation for this section has not yet been entered.

Public Properties

AllowPagingbool. Documentation for this section has not yet been entered.
BackImageUrlstring. Documentation for this section has not yet been entered.
[read-only]
BottomPagerRowFormViewRow. Documentation for this section has not yet been entered.
Captionstring. Documentation for this section has not yet been entered.
CaptionAlignTableCaptionAlign. Documentation for this section has not yet been entered.
CellPaddingint. Documentation for this section has not yet been entered.
CellSpacingint. Documentation for this section has not yet been entered.
[read-only]
CurrentModeFormViewMode. Documentation for this section has not yet been entered.
[read-only]
DataItemobject. Documentation for this section has not yet been entered.
[read-only]
DataItemCountint. Documentation for this section has not yet been entered.
[read-only]
DataItemIndexint. Documentation for this section has not yet been entered.
[read-only]
DataKeyDataKey. Documentation for this section has not yet been entered.
DataKeyNamesstring[]. Documentation for this section has not yet been entered.
DefaultModeFormViewMode. Documentation for this section has not yet been entered.
EditItemTemplateSystem.Web.UI.ITemplate. Documentation for this section has not yet been entered.
[read-only]
EditRowStyleTableItemStyle. Documentation for this section has not yet been entered.
[read-only]
EmptyDataRowStyleTableItemStyle. Documentation for this section has not yet been entered.
EmptyDataTemplateSystem.Web.UI.ITemplate. Documentation for this section has not yet been entered.
EmptyDataTextstring. Documentation for this section has not yet been entered.
[read-only]
FooterRowFormViewRow. Documentation for this section has not yet been entered.
[read-only]
FooterStyleTableItemStyle. Documentation for this section has not yet been entered.
FooterTemplateSystem.Web.UI.ITemplate. Documentation for this section has not yet been entered.
FooterTextstring. Documentation for this section has not yet been entered.
GridLinesGridLines. Documentation for this section has not yet been entered.
[read-only]
HeaderRowFormViewRow. Documentation for this section has not yet been entered.
[read-only]
HeaderStyleTableItemStyle. Documentation for this section has not yet been entered.
HeaderTemplateSystem.Web.UI.ITemplate. Documentation for this section has not yet been entered.
HeaderTextstring. Documentation for this section has not yet been entered.
HorizontalAlignHorizontalAlign. Documentation for this section has not yet been entered.
InsertItemTemplateSystem.Web.UI.ITemplate. Documentation for this section has not yet been entered.
[read-only]
InsertRowStyleTableItemStyle. Documentation for this section has not yet been entered.
ItemTemplateSystem.Web.UI.ITemplate. Documentation for this section has not yet been entered.
[read-only]
PageCountint. Documentation for this section has not yet been entered.
PageIndexint. Documentation for this section has not yet been entered.
[read-only]
PagerSettingsPagerSettings. Documentation for this section has not yet been entered.
[read-only]
PagerStyleTableItemStyle. Documentation for this section has not yet been entered.
PagerTemplateSystem.Web.UI.ITemplate. Documentation for this section has not yet been entered.
[read-only]
RowFormViewRow. Documentation for this section has not yet been entered.
[read-only]
RowStyleTableItemStyle. Documentation for this section has not yet been entered.
[read-only]
SelectedValueobject. Documentation for this section has not yet been entered.
[read-only]
TopPagerRowFormViewRow. Documentation for this section has not yet been entered.

Protected Properties

[read-only]
override
TagKeySystem.Web.UI.HtmlTextWriterTag. Documentation for this section has not yet been entered.

Public Methods

ChangeMode(FormViewMode)
Documentation for this section has not yet been entered.
override
DataBind()
Documentation for this section has not yet been entered.
DeleteItem()
Documentation for this section has not yet been entered.
InsertItem(bool)
Documentation for this section has not yet been entered.
IsBindableType(Type) : bool
Documentation for this section has not yet been entered.
UpdateItem(bool)
Documentation for this section has not yet been entered.

Protected Methods

override
CreateChildControls(IEnumerable, bool) : int
Documentation for this section has not yet been entered.
override
CreateControlStyle() : Style
Documentation for this section has not yet been entered.
override
CreateDataSourceSelectArguments() : System.Web.UI.DataSourceSelectArguments
Documentation for this section has not yet been entered.
CreateRow(int, DataControlRowType, DataControlRowState) : FormViewRow
Documentation for this section has not yet been entered.
CreateTable() : Table
Documentation for this section has not yet been entered.
override
EnsureDataBound()
Documentation for this section has not yet been entered.
ExtractRowValues(System.Collections.Specialized.IOrderedDictionary, bool)
Documentation for this section has not yet been entered.
InitializePager(FormViewRow, PagedDataSource)
Documentation for this section has not yet been entered.
InitializeRow(FormViewRow)
Documentation for this section has not yet been entered.
override
LoadControlState(object)
Documentation for this section has not yet been entered.
override
LoadViewState(object)
Documentation for this section has not yet been entered.
override
OnBubbleEvent(object, EventArgs) : bool
Documentation for this section has not yet been entered.
override
OnInit(EventArgs)
Documentation for this section has not yet been entered.
OnItemCommand(FormViewCommandEventArgs)
Documentation for this section has not yet been entered.
OnItemCreated(EventArgs)
Documentation for this section has not yet been entered.
OnItemDeleted(FormViewDeletedEventArgs)
Documentation for this section has not yet been entered.
OnItemDeleting(FormViewDeleteEventArgs)
Documentation for this section has not yet been entered.
OnItemInserted(FormViewInsertedEventArgs)
Documentation for this section has not yet been entered.
OnItemInserting(FormViewInsertEventArgs)
Documentation for this section has not yet been entered.
OnItemUpdated(FormViewUpdatedEventArgs)
Documentation for this section has not yet been entered.
OnItemUpdating(FormViewUpdateEventArgs)
Documentation for this section has not yet been entered.
OnModeChanged(EventArgs)
Documentation for this section has not yet been entered.
OnModeChanging(FormViewModeEventArgs)
Documentation for this section has not yet been entered.
OnPageIndexChanged(EventArgs)
Documentation for this section has not yet been entered.
OnPageIndexChanging(FormViewPageEventArgs)
Documentation for this section has not yet been entered.
override
PerformDataBinding(IEnumerable)
Documentation for this section has not yet been entered.
PrepareControlHierarchy()
Documentation for this section has not yet been entered.
RaisePostBackEvent(string)
Documentation for this section has not yet been entered.
override
Render(System.Web.UI.HtmlTextWriter)
Documentation for this section has not yet been entered.
override
SaveControlState() : object
Documentation for this section has not yet been entered.
override
SaveViewState() : object
Documentation for this section has not yet been entered.
override
TrackViewState()
Documentation for this section has not yet been entered.

Public Events

ItemCommandDocumentation for this section has not yet been entered.
ItemCreatedDocumentation for this section has not yet been entered.
ItemDeletedDocumentation for this section has not yet been entered.
ItemDeletingDocumentation for this section has not yet been entered.
ItemInsertedDocumentation for this section has not yet been entered.
ItemInsertingDocumentation for this section has not yet been entered.
ItemUpdatedDocumentation for this section has not yet been entered.
ItemUpdatingDocumentation for this section has not yet been entered.
ModeChangedDocumentation for this section has not yet been entered.
ModeChangingDocumentation for this section has not yet been entered.
PageIndexChangedDocumentation for this section has not yet been entered.
PageIndexChangingDocumentation for this section has not yet been entered.

Explicitly Implemented Interface Members

[read-only]
System.Web.UI.IDataItemContainer.DataItemIndexint. Documentation for this section has not yet been entered.
[read-only]
System.Web.UI.IDataItemContainer.DisplayIndexint. Documentation for this section has not yet been entered.
System.Web.UI.WebControls.IPostBackContainer.GetPostBackOptionsDocumentation for this section has not yet been entered.
System.Web.UI.IPostBackEventHandler.RaisePostBackEventDocumentation for this section has not yet been entered.