Posted on: 7/25/2014 10:36:53 AM | Views : 431

Hi ! The following is my code--
function tbProjectno_onchange() {             var TextValue = document.getElementById('<%=FormView1.FindControl("tbProjectno").ClientID%>').value;             str = TextValue.split(",");             ....         }     </script>
How to judge the ClientID-tbProjectNo is null,by the way,the formview is in masterpage. Thanks a lot.

Go to the complete details ...