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 ...