Hi
i have mvc aspx page .
<input type="text" id="txtName">
<div id=myClient>
<link src="/myClient.js">
myClient.js file
function()
{
('$textName').blur(function {
var txt= ('$textName').value();
myClient.js(load){
call jsonResult here to show tree view
}