var filterValue = document.getElementById('H_FilterValue'); // creating a object reference
for assing a value i use
filterValue.nodeValue= txtBoxVal;
i get value in txtBoxVal but filterValue.nodeValue gives null
or is it better to usse the document.getElementById('H_FilterValue') itslef