Determine the height of a GridView during data binding.

Posted by ProfK on Stack Overflow See other posts from Stack Overflow or by ProfK
Published on 2010-03-09T09:52:30Z Indexed on 2010/03/09 10:06 UTC
Read the original article Hit count: 290

Filed under:
|

I need to manually page a GridView based report, i.e. add a second page and GridView, when the height of my first GridView exceeds a limit. Is there a way I can determine the height of the GridView while data binding?

© Stack Overflow or respective owner

Related posts about ASP.NET

Related posts about gridview