07 2011 档案

摘要:1、如何设置 ComboBoxEdit下拉文本不可编辑 把Provperties-->TextEditStyle属性改为 DisableTextEditor。 阅读全文
posted @ 2011-07-09 11:32 飞鸟2011 阅读(304) 评论(0) 推荐(0)
摘要:using System;using System.Collections.Generic;using System.Linq;using System.Web;using System.Web.UI;using System.Web.UI.WebControls;using System.Data;namespace WebApplication_study.Linq{ public partial class LinqStart : System.Web.UI.Page { protected void Page_Load(object sender, EventArgs e) { Dat 阅读全文
posted @ 2011-07-08 14:57 飞鸟2011 阅读(17460) 评论(1) 推荐(2)
摘要:select CONVERT(varchar, getdate(), 120 )2004-09-12 11:06:08select replace(replace(replace(CONVERT(varchar, getdate(), 120 ),'-',''),' ',''),':','')20040912110608select COUNVRT(varchar(12) , getdate(), 23 )2008-04-01select CONVERT(varchar(12) , getdate( 阅读全文
posted @ 2011-07-07 14:03 飞鸟2011 阅读(200) 评论(0) 推荐(0)