private void SetInitialRow() { DataTable dt = new DataTable(); DataRow dr = null; dt. ... Rows.Add(dr); //Store the DataTable in ViewState ...
確定! 回上一頁