用于检索特定日期的数据的SQL查询

时间:2011-08-16 06:31:18

标签: sql database

我的网页日期中有两个字段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数据库中检索数据直到该日期

0 个答案:

没有答案