C# 클래스 Goldtect.ASTreeViewDemo.DnDSaveDB

상속: PageBase
파일 보기 프로젝트 열기: jinweijie/Goldtect.ASTreeViewSamples

보호된 프로퍼티들

프로퍼티 타입 설명
Head1 global::System.Web.UI.HtmlControls.HtmlHead
aslTreeOne global::System.Web.UI.WebControls.Literal
aslTreeTwo global::System.Web.UI.WebControls.Literal
astvMyTree1 global::Goldtect.ASTreeView
astvMyTree2 global::Goldtect.ASTreeView
btnSaveDragDrop global::System.Web.UI.WebControls.Button
form1 global::System.Web.UI.HtmlControls.HtmlForm
sm global::System.Web.UI.ScriptManager
txtNodeTreeName global::System.Web.UI.WebControls.TextBox
txtNodeValue global::System.Web.UI.WebControls.TextBox
txtParentTreeName global::System.Web.UI.WebControls.TextBox
txtParentValue global::System.Web.UI.WebControls.TextBox
upPanel2 global::System.Web.UI.UpdatePanel

보호된 메소드들

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

비공개 메소드들

메소드 설명
BindData ( ) : void
ChangeParent ( string tableName, int nodeId, int parentId ) : void
GenerateTree1 ( ) : void
GenerateTree2 ( ) : void
ManageNodeTreeName ( ) : void
MoveNode ( string sourceTableName, string targetTableName, int nodeId, int parentId ) : void

메소드 상세

Page_Load() 보호된 메소드

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

btnSaveDragDrop_Click() 보호된 메소드

protected btnSaveDragDrop_Click ( object sender, EventArgs e ) : void
sender object
e System.EventArgs
리턴 void

프로퍼티 상세

Head1 보호되어 있는 프로퍼티

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

aslTreeOne 보호되어 있는 프로퍼티

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

aslTreeTwo 보호되어 있는 프로퍼티

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

astvMyTree1 보호되어 있는 프로퍼티

astvMyTree1 control.
Auto-generated field. To modify move field declaration from designer file to code-behind file.
protected global::Goldtect.ASTreeView astvMyTree1
리턴 global::Goldtect.ASTreeView

astvMyTree2 보호되어 있는 프로퍼티

astvMyTree2 control.
Auto-generated field. To modify move field declaration from designer file to code-behind file.
protected global::Goldtect.ASTreeView astvMyTree2
리턴 global::Goldtect.ASTreeView

btnSaveDragDrop 보호되어 있는 프로퍼티

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

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

sm 보호되어 있는 프로퍼티

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

txtNodeTreeName 보호되어 있는 프로퍼티

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

txtNodeValue 보호되어 있는 프로퍼티

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

txtParentTreeName 보호되어 있는 프로퍼티

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

txtParentValue 보호되어 있는 프로퍼티

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

upPanel2 보호되어 있는 프로퍼티

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