AJAX NumericUpDownExtender and TextBox width trouble

Posted by nCdy on Stack Overflow See other posts from Stack Overflow or by nCdy
Published on 2010-03-29T08:56:29Z Indexed on 2010/03/29 9:03 UTC
Read the original article Hit count: 464

Filed under:
|
<asp:TextBox ID="TextBox5" runat="server" Font-Size="12pt" Width="92px">10</asp:TextBox>
<ajaxToolkit:NumericUpDownExtender ID="NumericUpDownExtender1" runat="server"
 TargetControlID="TextBox5">
</ajaxToolkit:NumericUpDownExtender>

So... problem is : My TexBox5 becomes very small at width and it doesn't care what width I setup.

© Stack Overflow or respective owner

Related posts about ASP.NET

Related posts about AJAX