using System;
using System.Collections.Generic;
- Sep 08 Mon 2014 17:38
利用NPOI插件,產生三張空白sheet的Excel檔
- Sep 08 Mon 2014 10:57
利用dataset來update、delete實體資料庫
using System;
using System.Collections.Generic;
- Sep 08 Mon 2014 10:52
asp.net for c# 在刪除資料前出現警告視窗(程式碼)
//必須先將刪除button轉成樣板,在數據綁定時,提供一組屬性給delete button
protected void GridView1_RowDataBound(object sender, GridViewRowEventArgs e)
- May 21 Wed 2014 09:11
讓表單出現在螢幕的正中間
private void Form1_Load(object sender, EventArgs e)
{