C# 클래스 FITKMS.Tags.Index

파일 보기 프로젝트 열기: fitba/km-2013-projects-team-bjelasnica

보호된 프로퍼티들

프로퍼티 타입 설명
labelCurrent global::System.Web.UI.WebControls.Label
linkNext global::System.Web.UI.WebControls.LinkButton
linkPrevious global::System.Web.UI.WebControls.LinkButton
listTags global::System.Web.UI.WebControls.DataList
panelPager global::System.Web.UI.WebControls.Panel
searchInput global::System.Web.UI.WebControls.TextBox
searchTagsSubmit global::System.Web.UI.WebControls.Button
warningLabel global::System.Web.UI.WebControls.Label
warning_label global::System.Web.UI.HtmlControls.HtmlGenericControl

보호된 메소드들

메소드 설명
Page_Load ( object sender, EventArgs e ) : void
linkNext_Click ( object sender, EventArgs e ) : void
linkPrevious_Click ( object sender, EventArgs e ) : void
searchTagsSubmit_Click ( object sender, EventArgs e ) : void

비공개 메소드들

메소드 설명
BindTags ( ) : void
PopulatePager ( int totalRows, int pageNo, int recordPerPage ) : void

메소드 상세

Page_Load() 보호된 메소드

protected Page_Load ( object sender, EventArgs e ) : void
sender object
e EventArgs
리턴 void

linkNext_Click() 보호된 메소드

protected linkNext_Click ( object sender, EventArgs e ) : void
sender object
e EventArgs
리턴 void

linkPrevious_Click() 보호된 메소드

protected linkPrevious_Click ( object sender, EventArgs e ) : void
sender object
e EventArgs
리턴 void

searchTagsSubmit_Click() 보호된 메소드

protected searchTagsSubmit_Click ( object sender, EventArgs e ) : void
sender object
e EventArgs
리턴 void

프로퍼티 상세

labelCurrent 보호되어 있는 프로퍼티

labelCurrent control.
Auto-generated field. To modify move field declaration from designer file to code-behind file.
protected global::System.Web.UI.WebControls.Label labelCurrent
리턴 global::System.Web.UI.WebControls.Label

linkNext 보호되어 있는 프로퍼티

linkNext control.
Auto-generated field. To modify move field declaration from designer file to code-behind file.
protected global::System.Web.UI.WebControls.LinkButton linkNext
리턴 global::System.Web.UI.WebControls.LinkButton

linkPrevious 보호되어 있는 프로퍼티

linkPrevious control.
Auto-generated field. To modify move field declaration from designer file to code-behind file.
protected global::System.Web.UI.WebControls.LinkButton linkPrevious
리턴 global::System.Web.UI.WebControls.LinkButton

listTags 보호되어 있는 프로퍼티

listTags control.
Auto-generated field. To modify move field declaration from designer file to code-behind file.
protected global::System.Web.UI.WebControls.DataList listTags
리턴 global::System.Web.UI.WebControls.DataList

panelPager 보호되어 있는 프로퍼티

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

searchInput 보호되어 있는 프로퍼티

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

searchTagsSubmit 보호되어 있는 프로퍼티

searchTagsSubmit control.
Auto-generated field. To modify move field declaration from designer file to code-behind file.
protected global::System.Web.UI.WebControls.Button searchTagsSubmit
리턴 global::System.Web.UI.WebControls.Button

warningLabel 보호되어 있는 프로퍼티

warningLabel control.
Auto-generated field. To modify move field declaration from designer file to code-behind file.
protected global::System.Web.UI.WebControls.Label warningLabel
리턴 global::System.Web.UI.WebControls.Label

warning_label 보호되어 있는 프로퍼티

warning_label control.
Auto-generated field. To modify move field declaration from designer file to code-behind file.
protected global::System.Web.UI.HtmlControls.HtmlGenericControl warning_label
리턴 global::System.Web.UI.HtmlControls.HtmlGenericControl