No replies
gidmeister
gidmeister's picture
Offline
Regular
NY
Last seen: 8 years 38 weeks ago
NY
Timezone: GMT-4
Joined: 2011-03-01
Posts: 47
Points: 93

I have a control in my page that I need to know the height of. How do I find out the height, if it lacks a css style attribute for height?
The reason I need to do this is that the control is an asp.net control, its a "textbox". It does not have a style property, as far as I can see.
After I obtain the height, I want to change it programmatically, which I know how to do (just set the style.height property)
Thanks