bubble的备忘录

本blog主要用于常用资料的备忘、备份、备搜索

C# ASP学习

sql server 与C# 中数据类型的对应关系表
http://blog.csdn.net/hnpylwp/archive/2009/04/29/4137892.aspx
已用内容摘要:
SQL:datetime    ——》    C#:DateTime

实现用户点击输入框,弹出日历,可以选择日期和时间的功能
My97DatePicker时间控件详细使用说明和下载
http://www.bzhou.com/shuma/200904/11-12519.html
已用内容摘要:
弹出具有选择年月日和小时分秒的日历
<asp:TextBox ID="txtChuYuanTime" runat="server" onfocus="WdatePicker({dateFmt:'yyyy-M-d H:mm:ss'})"></asp:TextBox>

0 评论: