Click here to Skip to main content
15,891,607 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
How can i get and set Gridview footer cell value using Javascript in
Visual Studio
Posted
Updated 14-Mar-10 20:49pm
v2

1 solution

In Gridview's footer cell you must had placed some control. Use that control's name and access it. Something like:
JavaScript
document.getElementById("gvTest_ctl01_txtTotal").innerText = "123";"

Try this for more details:
How to access gridview cell values on client side[^]
 
Share this answer
 

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900