C# Class DynamicData.ChildrenField

Show file Open project: anurse/ReviewR

Protected Properties

Property Type Description
HyperLink1 global::System.Web.UI.WebControls.HyperLink
Literal1 global::System.Web.UI.WebControls.Literal

Protected Methods

Method Description
GetChildrenPath ( ) : string
Page_Load ( object sender, EventArgs e ) : void

Method Details

GetChildrenPath() protected method

protected GetChildrenPath ( ) : string
return string

Page_Load() protected method

protected Page_Load ( object sender, EventArgs e ) : void
sender object
e EventArgs
return void

Property Details

HyperLink1 protected property

HyperLink1 control.
Auto-generated field. To modify move field declaration from designer file to code-behind file.
protected global::System.Web.UI.WebControls.HyperLink HyperLink1
return global::System.Web.UI.WebControls.HyperLink

Literal1 protected property

Literal1 control.
Auto-generated field. To modify move field declaration from designer file to code-behind file.
protected global::System.Web.UI.WebControls.Literal Literal1
return global::System.Web.UI.WebControls.Literal