代码如下:
 <asp:TextBox ID="IdioSoft_DateTimePicker2" CssClass="Wdate" runat="server" 
                                            onFocus="new WdatePicker(this,'%Y-%M-%D %h:%m',true,'default')"
                                            AutoPostBack="True" OnTextChanged="IdioSoft_DateTimePicker2_TextChanged"></asp:TextBox>用了onfocus后OnTextChanged事件就不起作用了,请问怎么解决谢谢!