vb.net - How to change height of asp.net calendar control? -
i have asp.net calendar has these properties
<asp:calendar id="calendar1" runat="server" height="20px" width="250px"></asp:calendar>
for reason, cannot change height. have tried different values, , never changes how looks in browser. there must simple answer this, cannot find possible problems , getting overly frustrated... appreciate help! in advance.
it should respect height property ideally. however, other styles on page might overriding property.
could try checking computed value height of table got emitted because of calendar. in case no master page being used , if not contained in databound control, calendar1 id of table tag got emitted because of asp control.
between, using chrome observing these styles.
probably, quick check can lessen frustration letting know culprit.
Comments
Post a Comment