C# Class PetShop.UI.Default

Mostra file Open project: netTiers/netTiers

Protected Properties

Property Type Description
Categories global::PetShop.UI.Controls.NavigationControl
btnSearch global::System.Web.UI.WebControls.ImageButton
form1 global::System.Web.UI.HtmlControls.HtmlForm
lgnStatus global::System.Web.UI.WebControls.LoginStatus
panFocus global::System.Web.UI.WebControls.Panel
txtSearch global::System.Web.UI.WebControls.TextBox

Protected Methods

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

Redirect to Search page

Method Details

btnSearch_Click() protected method

Redirect to Search page
protected btnSearch_Click ( object sender, EventArgs e ) : void
sender object
e 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

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

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

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

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