document.getElementById(' ctl00_ContentPlaceHolder1_txtAccountNumber ') ;
Page.RegisterHiddenField("hdnAccountNoTextID", txtAccountNumber.ClientID);
//gets the Client ID of the txtAccountNumber textboxvar AccountNoTextID = document.getElementById('hdnAccountNoTextID').value;//Access the txtAccountNumber textboxvar AccountNoText = document.getElementById('hdnAccountNoTextID');