Hi all.
I've VS2005 Professional Edition with ServicePack 1 installed.
The NumericUpDownExtender dont work. this is the code:
1<%@dotnet.itags.org. Register Assembly="AjaxControlToolkit" Namespace="AjaxControlToolkit" TagPrefix="cc1" %>23<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">45<html xmlns="http://www.w3.org/1999/xhtml" >6<head runat="server">7 <title>Pagina senza titolo</title>8</head>9<body>10 <form id="form1" runat="server">11 <asp:ScriptManager ID="ScriptManager1" runat="server">12 </asp:ScriptManager>13 <div>14 <asp:TextBox ID="TextBox2" runat="server" Text="1"></asp:TextBox>15 <cc1:NumericUpDownExtender ID="NumericUpDownExtender1" runat="server"16 Step=117 TargetControlID="TextBox2" >18 </cc1:NumericUpDownExtender>19 </div>20 </form>21</body>22</html>23
the result is a page with ONLY the up/down buttons and dont show the TextBox.
please help.
thank you
I have to set the "width" attributes of NumericUpDwonExtender
bye
No comments:
Post a Comment