如题所问,在线等答案 谢谢各位大虾

解决方案 »

  1.   

    1.分别绑定ID
    2.以name为绑定
    不过一般都是绑定ID
      

  2.   

    <asp:Label ID="Label5" runat="server" Text="开始日期"></asp:Label>
        <asp:TextBox ID="txtDate" runat="server" onfocus="new WdatePicker(this,null,false,'whyGreen')"></asp:TextBox>
        <asp:Label ID="Label7" runat="server" Text="截止日期"></asp:Label>
        <asp:TextBox ID="txtDate2" runat="server" onfocus="new WdatePicker(this,null,false,'whyGreen')"></asp:TextBox>这是我的代码,应该怎样改  谢谢
      

  3.   

    WdatePicker(this,null,false,'whyGreen')两个参数一样?怀疑
      

  4.   

    我刚才试了一下 把第二个的this去掉,就可以了