问题描述
- asp.net 服务器控件 DropDownList 获取值的问题
-
<asp:DropDownList ID="dp" runat="server" OnSelectedIndexChanged> <asp:ListItem Value="1" Selected="True">日报表</asp:ListItem> <asp:ListItem Value="2" >周报表</asp:ListItem> <asp:ListItem Value="3" >月报表</asp:ListItem> <asp:ListItem Value="4" >季报表</asp:ListItem> <asp:ListItem Value="5" >年表</asp:ListItem> <asp:TextBox runat="server" ID="a" > ``` 我如果选择周报表那么文本框会获取今天的时间并且往后面退七天 月就退一个月 季度 4个月 年12个月
解决方案
你描述的问题不 够直接。 直接贴你想要做什么操作
时间: 2024-10-26 13:47:15