Hi friends,
I am working on gridivew in which i have three columns the addition
first textbox and second textbox get shown into the third textbox but
instead of third textbox i want label but when its label it doesn't show
the addition. I am doing this addition through javascript. Please help
me out.
Any help would be appreciated.
Thanks
vijay
Loading

Vijay YadavPosted Jan 20, 2011, 5:14 AM
Thanks for your suggestion...
i have used innerHTML but it didn't work.
But jst now i used innerText and its working fine.
Thanks,
Vijay
Madhu KPosted Jan 20, 2011, 4:33 AM
document.getElementById("lableid").innerHTML = "Sum value";
And if you show us the code it will be easy to help you.