一、repeater控制項
有五大模板
itemtemplate :有多少條資料,執行多少遍
alternatingitemtemplate : 對交替資料項進行格式設定
separatortemplate : 對分隔符進行格式設定
headertemplate : 對頁首進行格式設定 ,在載入開始執行一遍
footertemplate : 對頁尾進行格式設定,在載入最後執行一遍
1.資料繫結
listli =new usersdata().select();2.屬性擴充套件和資料訪問類構建repeater1.datasource=li;
repeater1.databind();
並判斷年齡是不是大於16歲,大於的話背景色變紅(庫存預警)
publicuserstring username
public
string password
public
string nickname
public
string
nickname1
else}}
public
bool ***
public
string
***str
}public datetime birthday
public
string
birstr
}public
intage
}public
string
red
else}}
public
string nation
3.**
使用者名稱項模板中資料顯示:屬性名")%>密碼暱稱
性別生日
年齡民族
">
4.光棒效果,並且保留原有顏色
二、webform的**聯動與winform一樣,只不過需把dropdownlist的autopostback屬性改為true。
*簡單日期的編寫方法:用是三個dropdownlist分別代表年月日,用for迴圈進行資料繫結,同時並對日進行判斷
for (int i = datetime.now.year; i >= 1900; i--)日期for (int i = 1; i <= 12; i++)
days();
mouth_dr.selectedvalue =datetime.now.month.tostring();
day_dr.selectedvalue =datetime.now.day.tostring();
}year_dr.selectedindexchanged +=year_dr_selectedindexchanged;
mouth_dr.selectedindexchanged +=mouth_dr_selectedindexchanged;
//方法及事件
private
void
days()
else
if (mouth == 4 || mouth == 6 || mouth == 9 || mouth == 11
)
}else
if (year % 400 == 0 || (year % 4 == 0 && year % 100 != 0
))
}else
}listitem li = new
listitem(i.tostring());
day_dr.items.add(li);}}
void mouth_dr_selectedindexchanged(object
sender, eventargs e)
void year_dr_selectedindexchanged(object
sender, eventargs e)
days();
}
注:placeholder給文字框新增水印文字;
js**中window.onload = function () {}為頁面載入完成成執行指令碼,return false 阻止按鈕執行操作
Webform Repeater的靈活運用
案例 模擬購物列表 封裝實體類 view code 資料訪問類 view code 用repeater展示 1 2 3 4 5 685 86105 106 1 using system 2 using system.collections.generic 3 using system.linq 4 ...
星空 控控控 上ke控 新浪部落格
摸不到的顏色是否叫彩虹 看不到的擁抱是否叫做微笑 乙個人想著乙個人 是否就叫寂寞 命運偷走如果只留下結果 時間偷走初衷只留下苦衷 你來過然後你走後 只留下星空 那一年我們望著星空 有那麼多的燦爛的夢 以為快樂會永久 像不變星空 陪著我獵戶天狼 侄女光年外的寂寞 回憶青春 夢想何時常常隱沒 我愛過然後...
A司密事 控控控 上ke控 新浪部落格
設計模式 1.學習方法 先看名字,後寫 2.總共23種設計模式 3.使用 a.第一次決定使用不使用,盡量大膽使用。b.第二次要修改 發現適用設計模式,使用它。如 頻繁改 c.不會的dm,則不用 codding style 1.文件注釋 2.不應有tab,行前 3.不應有space,行後 4.使用fo...