Problem with assignment the value for asp label
Hello everybody,
I'm Grace.
I'm facing a problem with assignment the value for asp label on client side in javascript.
I can get the value of asp textbox on client side as the following sentence:
var oCardNo=document.getElementById("<%=txtCardNo.Clie ntID%>");
if (oCardNo!=null)
{
alert(oCardNo.value);
}
Any help can give me a hope.
Thanks anyway.
Grace.
|