C# Class PetShop.UI.Master

Inheritance: System.Web.UI.MasterPage
Mostra file Open project: netTiers/netTiers

Protected Properties

Property Type Description
Categories global::PetShop.UI.Controls.NavigationControl
breadCrumb global::PetShop.UI.Controls.BreadCrumbControl
btnSearch global::System.Web.UI.WebControls.ImageButton
cphPage global::System.Web.UI.WebControls.ContentPlaceHolder
form1 global::System.Web.UI.HtmlControls.HtmlForm
lgnName global::System.Web.UI.WebControls.LoginName
lgnStatus global::System.Web.UI.WebControls.LoginStatus
lgnView global::System.Web.UI.WebControls.LoginView
ltlHeader global::System.Web.UI.WebControls.Literal
panFocus global::System.Web.UI.WebControls.Panel
txtSearch global::System.Web.UI.WebControls.TextBox

Protected Methods

Method Description
Page_PreRender ( object sender, EventArgs e ) : void

Create page header on Page PreRender event

btnSearch_Click ( object sender, EventArgs e ) : void

Redirect to Search page

Method Details

Page_PreRender() protected method

Create page header on Page PreRender event
protected Page_PreRender ( object sender, EventArgs e ) : void
sender object
e System.EventArgs
return void

btnSearch_Click() protected method

Redirect to Search page
protected btnSearch_Click ( object sender, EventArgs e ) : void
sender object
e System.EventArgs
return void

Property Details

Categories protected_oe property

Categories control.
Auto-generated field. To modify move field declaration from designer file to code-behind file.
protected global::PetShop.UI.Controls.NavigationControl Categories
return global::PetShop.UI.Controls.NavigationControl

breadCrumb protected_oe property

breadCrumb control.
Auto-generated field. To modify move field declaration from designer file to code-behind file.
protected global::PetShop.UI.Controls.BreadCrumbControl breadCrumb
return global::PetShop.UI.Controls.BreadCrumbControl

btnSearch protected_oe property

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

cphPage protected_oe property

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

form1 protected_oe property

form1 control.
Auto-generated field. To modify move field declaration from designer file to code-behind file.
protected global::System.Web.UI.HtmlControls.HtmlForm form1
return global::System.Web.UI.HtmlControls.HtmlForm

lgnName protected_oe property

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

lgnStatus protected_oe property

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

lgnView protected_oe property

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

ltlHeader protected_oe property

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

panFocus protected_oe property

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

txtSearch protected_oe property

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