Question
March 21, 2008 at 10:37 PM
aleem076

javascript to access server controls in web user controls

by aleem076 . Updated 18 years, 4 months ago

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.

This discussion is locked

All Comments