Need to read gridview height after databind
Posted
by Bob Jones
on Stack Overflow
See other posts from Stack Overflow
or by Bob Jones
Published on 2010-05-22T22:41:30Z
Indexed on
2010/05/22
22:50 UTC
Read the original article
Hit count: 250
I have two panels on the same page, side by side. On contains a gridview. I want to determine the height of the gridview after databinding and set the height of the other panel correspondingly, but when I try to read the height of the gridview it comes back as 0. How do I get it's height, preferably in PX?
© Stack Overflow or respective owner