childNode.NavigateUrl = "javascript:SelectUser('" + uinfo.UserName + "');"
function SelectUser(userName) {
document.getElementById('<%=txtPrincipalUser.ClientID %>').value = userName;
document.getElementById('<%=PanlTreeView.ClientID%>').style.display = "none";
}