c#中怎么在textbox中输入和输出度分秒
展开全部
你可以
<div>或者
<asp:TextBox ID="txtdu" runat="server"></asp:TextBox>°c
</div>
<div>
<asp:TextBox ID="txtfen" runat="server"></asp:TextBox>分
</div>
<div>
<asp:TextBox ID="txtmiao" runat="server"></asp:TextBox>秒
</div>
<div>
<asp:TextBox ID="txtzhi" runat="server"></asp:TextBox>
<asp:DropDownList ID="ddldanwei" runat="server">
<asp:ListItem>度</asp:ListItem>
<asp:ListItem>分</asp:ListItem>
<asp:ListItem>秒</asp:ListItem>
</asp:DropDownList>
</div>
提交时,在后台读取值,并判断,在把后面的单位加上,输入框中就限制死 只让输入数字,以便统一规格
推荐律师服务:
若未解决您的问题,请您详细描述您的问题,通过百度律临进行免费专业咨询