I want to access a web user controls web server control value using javascript. I have tried in both the ways ” i=document.all.txtActualCost.value;
i=document.getElementByID(“txtActualCost”).value;”
But giving error, can any body help me please.
Thanks,
Aleem Mohammad.