Hi
How to set cell height of dynamic table in c#.net
Loading
Know the answer? Post it — somebody with the same question will find it here.
Sign in to answer this question
It is the same account you read, post and publish with — and you will come straight back to this page.
LiyaPosted Jun 1, 2010, 3:42 AM
In most objects you have property Height="20px", please specify in what is the object you are talking about.
You always can use style-sheets
<style type="text/css">
.cHeight{
height:20px;
}
style>
and then in the object use the property CssClass="cHeight"