在把會議添加到數據庫中之前
首先是日期選擇
把這個getFreeDate()方法添加到後台編碼文件中
private System
{
if (eventTable
{
System
bool trialDateOK = false;
while (!trialDateOK)
{
trialDateOK = true;
foreach (System
{
testDate = (System
if (testDate
{
trialDateOK = false;
trialDate = trialDate
}
}
}
}
return trialDate;
}
這段簡單的代碼使用在Page_Load()中填充的對象eventTable提取會議數據
從DataTable中提取數據是相當簡單的
把列數據轉換為Sytem
使用getFreeDate()的第一個地方是在Page_Load()後面
if (!this
{
System
calendar
this
}
[
From:http://tw.wingwit.com/Article/program/net/201311/14554.html