C# 클래스 PetShop.UI.Default

파일 보기 프로젝트 열기: netTiers/netTiers

보호된 프로퍼티들

프로퍼티 타입 설명
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

보호된 메소드들

메소드 설명
btnSearch_Click ( object sender, EventArgs e ) : void

Redirect to Search page

메소드 상세

btnSearch_Click() 보호된 메소드

Redirect to Search page
protected btnSearch_Click ( object sender, EventArgs e ) : void
sender object
e EventArgs
리턴 void

프로퍼티 상세

Categories 보호되어 있는 프로퍼티

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

btnSearch 보호되어 있는 프로퍼티

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
리턴 global::System.Web.UI.WebControls.ImageButton

form1 보호되어 있는 프로퍼티

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
리턴 global::System.Web.UI.HtmlControls.HtmlForm

lgnStatus 보호되어 있는 프로퍼티

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
리턴 global::System.Web.UI.WebControls.LoginStatus

panFocus 보호되어 있는 프로퍼티

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
리턴 global::System.Web.UI.WebControls.Panel

txtSearch 보호되어 있는 프로퍼티

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
리턴 global::System.Web.UI.WebControls.TextBox