4 references to CreateNodeId
System.Web (4)
UI\WebControls\TreeNode.cs (2)
528
return _owner.
CreateNodeId
(Index);
890
myId = _owner.
CreateNodeId
(Index);
UI\WebControls\TreeView.cs (2)
2444
string checkBoxFieldID =
CreateNodeId
(index) + "CheckBox";
3321
writer.AddAttribute(HtmlTextWriterAttribute.Id,
CreateNodeId
(nodeIndex) + "Nodes");