我的网页日期中有两个字段From
& To
<asp:Label ID="Label1" runat="server" Text="From"></asp:Label>
<td style="width:400px">
<asp:TextBox ID="txt_from" runat="server"></asp:TextBox>
<asp:CalendarExtender ID="CalendarExtender1" runat="server" TargetControlID="txt_from" PopupButtonID="idimg"></asp:CalendarExtender>
</td>
<tr>
<td>
<asp:Label ID="Label2" runat="server" Text="To"></asp:Label></td>
<td>
<asp:TextBox ID="txt_to" runat="server"></asp:TextBox>
<asp:CalendarExtender ID="CalendarExtender2" runat="server" TargetControlID="txt_to" PopupButtonID="Img1"></asp:CalendarExtender>
</td>
</tr>
我还有一个查看数据的搜索按钮。
我在To
文本字段中输入特定日期,我希望从SQL数据库中检索数据直到该日期