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

正文內(nèi)容

學(xué)生宿舍管理系統(tǒng)-在線瀏覽

2025-03-02 13:39本頁面
  

【正文】 /DataBindings 導(dǎo)航數(shù)據(jù)源文件 XML代碼: siteMapNodes url= title=首頁 description=學(xué)生宿舍管理系統(tǒng) siteMapNode url= title=管理宿舍房間 description= siteMapNode url=RoomManager/ title=添加房間信息 description= / 12 siteMapNode url=RoomManager/ title=房間信息管理 description= / siteMapNode url=RoomManager/ title=房間信息更新 description= / /siteMapNode siteMapNode url= title=管理住宿信息 description= siteMapNode url=Acmodation/ title=住宿登記 description= / siteMapNode url=Acmodation/ title=管理住宿信息 description= / siteMapNode url=Acmodation/ title=住宿信息更新 description= / /siteMapNode siteMapNode url= title=管理繳費信息 description= siteMapNode url=PayManager/ title=登記繳費信息 description= / siteMapNode url=PayManager/ title=繳費信息管理 description= / siteMapNode url=PayManager/ title=繳費信息更新 description= / /siteMapNode siteMapNode url= title=管理學(xué)生信息 description= siteMapNode url=StuManager/ title=添加學(xué)生信息 description= / siteMapNode url=StuManager/ title=學(xué)生 信息管理 description= / siteMapNode url=StuManager/ title=學(xué)生信息更新 description= / /siteMapNode siteMapNode url= title=系統(tǒng)設(shè)置 description= siteMapNode url=System/ title=密碼修改 description= / /siteMapNode siteMapNode url= title=退出 description= /siteMapNode /siteMapNodes 母版頁效果圖: 13 圖 321 母版頁設(shè)計完畢后,利用母版頁來構(gòu)成一個完整的系統(tǒng)首頁,這個首頁也就是這個系統(tǒng)首次登陸進入的內(nèi)容頁。 首頁界面顯示關(guān)鍵代碼: asp:Content ID=Content2 ContentPlaceHolderID=ContentPlaceHolder1 Runat=Server table trtd IMG alt= src=GIF/ width=720 height=400/td/tr /table /asp:Content 首頁效果圖: 14 圖 322 本系統(tǒng)首頁的后臺代碼比較簡單。 ((time) as Label).Text = Session[time].ToString()。 //用 Seccion存儲用戶的登錄名 } 管理宿舍房間模塊 添加房間信息 實現(xiàn)的是添加房間信息的界面。 關(guān)鍵 代碼如下: asp:DropDownList ID=buildingName runat=server DataSourceID=apartmentInfoDataSource DataTextField=buildingName DataValueField=buildingName /asp:DropDownList asp:SqlDataSource ID=apartmentInfoDataSource runat=server ConnectionString=%$ ConnectionStrings:con_ConnectionString % SelectCommand=SELECT [buildingName] FROM [buildingInfo] /asp:SqlDataSource /td /tr tr td width=100 align=right房間類別 :/td td asp:DropDownList ID=roomType runat=server DataSourceID=roomTypeDataSource DataTextField=roomTypeName DataValueField=roomTypeName /asp:DropDownListasp:SqlDataSource ID=roomTypeDataSource runat=server 15 ConnectionString=%$ ConnectionStrings:con_ConnectionString % SelectCommand=SELECT [roomTypeName] FROM [roomTypeInfo] /asp:SqlDataSource /td/tr trtd width=100 align=right style=height: 24px房間價格 :/tdtd style=height: 24px asp:TextBox ID=roomPrice runat=server Width=80px/asp:TextBox元 /月 trtd width=100 align=right style=height: 24px宿舍電話 :/tdtd style=height: 24px asp:TextBox ID=roomTelephone runat=server Width=146px/asp:TextBox 效果圖: 圖 331 2. 實現(xiàn)邏輯業(yè)務(wù) 取出頁面中輸入的信息插入數(shù)據(jù)庫中 。 = 。 = 。 = ()。 = 。 if (()) = 房 164。233。168。 加 168。 成 168。 功 |。 } 房間信息管理 為房間信息管理頁面,主要功能是可以一覽房間的主要信息,提供查詢和刪除房間信息的功能。 關(guān)鍵代碼: protected void BtnDel_Click(object sender, EventArgs e) { int Count = 0。 string RoomNo。 18 if () { RoomNo = [1].Text。 + RoomNo + 39。 + RoomNo + 39。 } } if (0 == Count) ()。 bool result = (roomNos)。房 164。233。?除 y成 168。 功|!39。 else ()。 主要代碼: asp:DropDownList ID=buildingName runat=server Width=89px AutoPostBack=True DataSourceID=buildingNameDataSource DataTextField=buildingName DataValueField=buildingName /asp:DropDownList br / br / /td 19 /tr tr td width=100 align=right style=height: 18px 房間編號 : /td td style=height: 18px asp:DropDownList ID=roomNo runat=server AutoPostBack=True DataSourceID=RoomNoDataSource DataTextField=roomNo DataValueField=roomNo /asp:DropDownList 效果圖: 圖 333 把更新后的信息存入數(shù)據(jù)庫中 主要代碼: protected void BtnAdd_Click(object sender, EventArgs e) { string studentNumber = 。 string roomNo = 。 int month = ()。 string notes = 。 if ((studentNumber, buildingName, roomNo, year, month, day, notes) == true) ()。 } 管理住宿信息模塊 住宿 登記 實現(xiàn)住宿登記頁面的界面設(shè)計,主要功能是登記學(xué)生住宿的主要信息 代碼: asp:DropDownList ID=buildingName runat=server Width=89px AutoPostBack=TrueDataSourceID=buildingNameDataSource DataTextField=buildingName DataValueField=buildingName/asp:DropDownListbr /br //td/tr trtd width=100 align=right style=height: 18px房間編號 :/td td style=height: 18px asp:DropDownList ID=roomNo runat=server AutoPostBack=True DataSourceID=RoomNoDataSourceDataTextField=roomNo DataValueField=roomNo /asp:DropDownList 效果圖: 21 圖 341 2 實現(xiàn)邏輯業(yè)務(wù) 把登記的住 宿信息存進數(shù)據(jù)庫中 關(guān)鍵 代碼: protected void BtnAdd_Click(object sender, EventArgs e) { string studentNumber = 。 string roomNo = 。 int month = ()。 string notes = 。 if ((studentNumber, buildingName, roomNo, year, month, day, notes) == true) ()。 } 管理住宿信息 22 實現(xiàn)管理
點擊復(fù)制文檔內(nèi)容
教學(xué)教案相關(guān)推薦
文庫吧 www.dybbs8.com
備案圖鄂ICP備17016276號-1