freepeople性欧美熟妇, 色戒完整版无删减158分钟hd, 无码精品国产vα在线观看DVD, 丰满少妇伦精品无码专区在线观看,艾栗栗与纹身男宾馆3p50分钟,国产AV片在线观看,黑人与美女高潮,18岁女RAPPERDISSSUBS,国产手机在机看影片

正文內(nèi)容

學(xué)生宿舍管理系統(tǒng)-資料下載頁

2025-01-13 13:39本頁面
  

【正文】 代碼: protected void BtnChangeRoom_Click(object sender, EventArgs e) { Acmodation live = new Acmodation()。 = [studentNumber]。 = 。 = 。 = ()。 = ()。 = ()。 = 。 if (()) (scriptalert(39。房 164。? 間 ?更 168。185。 換 ?成 168。166。 功|!39。)。=39。?studentNumber= + + 39。/script)。 else ()。 } 管理繳費(fèi)信息模塊 登記繳費(fèi)信息 實(shí)現(xiàn)登記繳費(fèi)信息的設(shè)計(jì),主要功能是登記學(xué)生繳費(fèi)信息。 關(guān)鍵 代碼: asp:DropDownList ID=PaymentType runat=server Height=16px Width=80px asp:ListItem住宿費(fèi) /asp:ListItem asp:ListItem水電費(fèi) /asp:ListItem /asp:DropDownList 效果圖: 27 圖 351 2 實(shí)現(xiàn)邏輯業(yè)務(wù) 把修改的繳費(fèi)信息存進(jìn)數(shù)據(jù)庫 關(guān)鍵 代碼: protected void BtnAdd_Click(object sender, EventArgs e) { Payment money = new Payment()。 = 。 = 。 = ()。 = ()。 = ()。 = ()。 if (()) = 繳 168。166。 費(fèi) 164。? 成 168。166。 功 |!。 else = 。 } 繳費(fèi)信息管理 實(shí)現(xiàn)繳費(fèi)信息界面計(jì),主要功能是一覽繳費(fèi)信息和查詢修改繳費(fèi)信息。 28 代碼: asp:GridView ID=GridView1 runat=server AllowPaging=True AutoGenerateColumns=False BackColor=White BorderColor=CCCCCC BorderStyle=None BorderWidth=1px CellPadding=3 DataSourceID=paymentInfoDataSource DataKeyNames=paymentId OnRowDataBound=GridView1_RowDataBound Width=100% FooterStyle BackColor=White ForeColor=000066 / Columns asp:TemplateField HeaderText= ItemTemplate asp:CheckBox ID=checkBox runat=server //ItemTemplate ControlStyle Width=30px / /asp:TemplateField asp:BoundField DataField=paymentId HeaderText=paymentId SortExpression=paymentId Visible=False / asp:BoundField DataField=studentNumber HeaderText=學(xué)生學(xué)號(hào) SortExpression=studentNumber / asp:BoundField DataField=studentName HeaderText=學(xué)生姓名 SortExpression=studentName / asp:BoundField DataField=paymentType HeaderText=繳費(fèi)類別 SortExpression=paymentType / asp:BoundField DataField=paymentMoney HeaderText=繳費(fèi)金額 SortExpression=paymentMoney / asp:TemplateField HeaderText=繳費(fèi)日期 ItemTemplate asp:Literal ID=paymentMoneyTime runat=server / /ItemTemplate /asp:TemplateField asp:HyperLinkField DataNavigateUrlFields=paymentId DataNavigateUrlFormatString=?paymentId={0} HeaderText=操作 Text=更新 / 29 /Columns RowStyle ForeColor=000066 / EmptyDataTemplate 抱歉,您要查詢的信息不存在 ! /EmptyDataTemplate /asp:GridView 效果圖: 圖 352 2 實(shí)現(xiàn)邏輯業(yè)務(wù) 實(shí)現(xiàn) GridView 與繳費(fèi)信息表的綁定 關(guān)鍵 代碼 : protected void BtnDelete_Click(object sender, EventArgs e) { bool Success = true。 for (int i = 0。 i 。 i++) { CheckBox chk = (CheckBox)[i].Cells[0].FindControl(checkBox)。 if () { int paymentId = ([i][0])。 Payment money = new Payment()。 if (!(paymentId)) 30 Success = false。 } } if (Success) (scriptalert(39。刪 166。?除 y繳 168。166。 費(fèi) 164。? 信 ?息 161。233。成 168。166。 功 |!234。?39。)/script)。 else (scriptalert(39。刪 166。?除 y繳 168。166。 費(fèi) 164。? 信 ?息 161。233。失 186。161。235。敗 227。168。185。 !234。?39。)/script)。 } 繳費(fèi)信息 更新 實(shí)現(xiàn)繳費(fèi)信息更新界面的設(shè)計(jì),主要功能是修改學(xué)生繳費(fèi)信息。 關(guān)鍵 代碼: asp:DropDownList ID=PaymentYear runat=server Width=61px/asp:DropDownList年 asp:DropDownList ID=PaymentMonth runat=server Width=38px/asp:DropDownListasp:DropDownList ID=PaymentDay runat=server Width=43px/asp:DropDownList 效果圖: 圖 353 2 實(shí)現(xiàn)邏輯業(yè)務(wù) 31 把修改的繳費(fèi)信息存進(jìn)數(shù)據(jù)庫 關(guān)鍵 代碼: protected void BtnUpdate_Click(object sender, EventArgs e) { Payment money = new Payment()。 = ([paymentId])。 = 。 = 。 = ()。 = ()。 = ()。 = ()。 if (()) (scriptalert(39。繳 168。166。 費(fèi) 164。? 信 ?息 161。233。更 168。185。 新 ?成 168。166。 功|!39。)。=39。39。/script)。 else (scriptalert(39。 + + 39。)。=39。?paymentId= + [paymentId] + 39。/script)。 } 管理學(xué)生信息模塊 添加學(xué)生信息 信息 界面設(shè)計(jì) 實(shí)現(xiàn) 添加學(xué)生信息界面的設(shè)計(jì),主要功能是添加學(xué)生信息 。 關(guān)鍵 代碼: asp:DropDownList ID=StudentSex runat=server Height=22px Width=106pxasp:ListItem男 /asp:ListItem asp:ListItem女/asp:ListItem/asp:DropDownList/td /tr trtd class=style8政治面貌 :/tdtd style=height: 21px asp:DropDownList ID=StudentState runat=server Height=19px Width=107px asp:ListItem團(tuán)員 /asp:ListItem asp:ListItem黨員 /asp:ListItem 32 asp:ListItem群眾 /asp:ListItem /asp:DropDownList /td/trtr td class=style8所在學(xué)院 :/tdtd asp:DropDownList ID=CollegeName runat=server DataSourceID=CollegeDataSourceDataTextField=collegeName DataValueField=collegeName AutoPostBack=TrueHeight=16px Width=107px/
點(diǎn)擊復(fù)制文檔內(nèi)容
教學(xué)教案相關(guān)推薦
文庫吧 www.dybbs8.com
備案圖鄂ICP備17016276號(hào)-1