我正在从 SQL 表中选择一些数据。表中有一个日期时间类型(SQL 类型)的列。
存储过程正在使用这个
where CONVERT(varchar(10),post_tarihi,105)=@post_tarihi(event_date)
我有一个方法有一个参数是哪种类型的字符串(Asp.net 类型)
<asp:ControlParameter ControlID="txtDate" Name="post_tarihi" DefaultValue="13-11-2013" PropertyName="Text" Type="String"/>
当我从 sql managment studio 执行 sp 时,返回一些结果但是当我运行 asp.net 应用程序时什么也不返回。类型有问题吗?
如果您问“为什么使用文本框日期”,我之所以使用是因为使用 datepicker(jquery)