一佳一

记录像1+1一样简洁的代码

导航

2012年2月22日

摘要: 搞了快一个小时网上的代码缺这缺那的,这个我自己改好的,希望能帮到大家,前台就是拉个gridvidw,贴后台代码给大家看看 protected void Page_Load(object sender, EventArgs e) { if (!IsPostBack) { this.GridView1.DataSource = ds.VFoodReport.ToList(); this.GridView1.DataBind(); } } protected void Button1_Click(object sender, EventArgs e) { Response.Clear(); Resp 阅读全文

posted @ 2012-02-22 23:42 一佳一 阅读(1346) 评论(5) 推荐(1)

摘要: 例如:我要算12*(2/1)sql写法exec('select 12*(2/1)') 阅读全文

posted @ 2012-02-22 11:47 一佳一 阅读(194) 评论(0) 推荐(0)