4 references to DataPath
System.Web (4)
UI\WebControls\TreeNode.cs (3)
770
"'" + Util.QuoteJScriptString(
DataPath
, true) + "','" +
784
"'" + Util.QuoteJScriptString(
DataPath
, true) + "','" +
789
String.Concat(indexString, Text, InternalValuePath,
DataPath
));
UI\WebControls\TreeView.cs (1)
1413
HierarchicalDataSourceView view = GetData(node.
DataPath
);