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

正文內(nèi)容

肥西老母雞網(wǎng)絡(luò)會(huì)員管理系統(tǒng)軟件設(shè)計(jì)說(shuō)明書(shū)-資料下載頁(yè)

2025-04-07 22:07本頁(yè)面
  

【正文】 tr bgcolor=669ACC align=center td height=34 colspan=3 align=center bgcolor=ffffffbspan會(huì)員找回密碼/span/b/td /tr tr bgcolor=ffffff td width=33% height=34 div align=right輸入您的賬號(hào):/div/td td width=66% height=34 colspan=2 amp。nbsp。amp。nbsp。 bfont color=FF0000 asp:TextBox ID=TextBox1 runat=server size=20 maxlength=50 title=請(qǐng)輸入您的登陸賬號(hào)!/asp:TextBox /font/b/td /tr tr bgcolor=ffffff td width=33% height=34 div align=right密碼提示問(wèn)題:/div/td td height=34 colspan=2 amp。nbsp。amp。nbsp。 bfont color=FF0000 asp:DropDownList ID=DropDownList1 runat=server Width=125 asp:ListItem父親的名字/asp:ListItem asp:ListItem寢室號(hào)/asp:ListItem asp:ListItem母親的名字/asp:ListItem /asp:DropDownList /font/b/td /tr tr bgcolor=ffffff td width=33% height=34 div align=right 密碼提示答案:/div/td td height=34 colspan=2 amp。nbsp。amp。nbsp。 font color=FF0000asp:TextBox ID=TextBox3 runat=server size=20 maxlength=50 title=請(qǐng)輸入您的密碼提示答案!/asp:TextBox /fontbfont color=FF0000 /font/b/td /tr tr bgcolor=ffffff td height=40 colspan=3 div align=centerfont color=FF0000b input type=hidden name=HaveSubmit value=ok/ asp:Button ID=Button1 runat=server Text=找回密碼 onclick=Button1_Click /amp。nbsp。amp。nbsp。asp:Button ID=Button2 runat=server Text=重新填寫(xiě) onclick=Button2_Click /amp。nbsp。amp。nbsp。asp:Button ID=Button3 runat=server Text=返回首頁(yè) onclick=Button3_Click /amp。nbsp。/b/font/div/td /form/tr/asp:Content找回密碼設(shè)計(jì):protected void Button1_Click(object sender, EventArgs e) { if ( == ) { (scriptalert(39。請(qǐng)您輸入用戶名!39。)。/script)。 } else if ( == ) { (scriptalert(39。請(qǐng)您輸入答案!39。)。/script)。 } else { string sql = SELECT * FROM MemberInfo WHERE question= + 39。 + + 39。 + AND answer= + 39。 + + 39。 SqlConnection conn = new SqlConnection()。 = connstring。 SqlCommand myCommand = new SqlCommand(sql, conn)。 SqlDataReader dr = null。 try { ()。 dr = ()。 } catch (SqlException ex) { throw new Exception(, ex)。 } string sUserPass = 。 if (()) { Session[password] = dr[Password].ToString()。 sUserPass = dr[Password].ToString()。 } ()。 if ( 0) { ()。 } else { (scriptalert(39。用戶名不存在或密碼錯(cuò)誤!39。)。/script)。 } } }4. 其他界面設(shè)計(jì) 后臺(tái)界面設(shè)計(jì)(上部分來(lái)自另一個(gè)母版頁(yè),其中顯示了當(dāng)前登錄時(shí)間,并且返回首頁(yè)可以返回主頁(yè),中間部分實(shí)現(xiàn)登錄功能,由于沒(méi)有建立數(shù)據(jù)庫(kù),功能無(wú)法實(shí)現(xiàn)。)7. 結(jié)論與建議:通過(guò)此次課程設(shè)計(jì),我們對(duì)于在《信息系統(tǒng)軟件設(shè)計(jì)》課程上的方法有了更加深刻的體會(huì), SQL Server來(lái)開(kāi)發(fā)一個(gè)電子商務(wù)網(wǎng)站及其下的模塊。具體來(lái)說(shuō),可以分為以下幾點(diǎn):(1)對(duì)于如何實(shí)現(xiàn)前臺(tái)數(shù)據(jù)和后臺(tái)數(shù)據(jù)庫(kù)的參數(shù)傳遞有了更加明確的認(rèn)識(shí)。首先我們?cè)赟QL Server 2005下建立了一個(gè)新的數(shù)據(jù)庫(kù),在數(shù)據(jù)庫(kù)中新建了MemberInfo的表,這個(gè)表是用來(lái)存儲(chǔ)會(huì)員信息的表。我們根據(jù)所需的字段設(shè)置好屬性。然后創(chuàng)建一個(gè)存儲(chǔ)過(guò)程。再啟動(dòng)Visual Studio, 先連接數(shù)據(jù)庫(kù),然后通過(guò)SqlCommand創(chuàng)建對(duì)象,執(zhí)行存儲(chǔ)過(guò)程。(2)對(duì)于如何建立一個(gè)電子商務(wù)網(wǎng)站有了更多的了解。我們通過(guò)參考他人電子商務(wù)網(wǎng)站設(shè)計(jì)的結(jié)構(gòu)和程序,了解到了電子商務(wù)網(wǎng)站設(shè)計(jì)的基本框架,并且了解了實(shí)現(xiàn)這些框架和功能的基本方法。學(xué)會(huì)了如何通過(guò)C語(yǔ)言設(shè)置按鈕,文本框,在網(wǎng)頁(yè)中添加文字。學(xué)會(huì)了如何使用C中的一些控件來(lái)實(shí)現(xiàn)進(jìn)一步的功能,如驗(yàn)證密碼等。(3)我們對(duì)于各個(gè)模塊的功能和實(shí)現(xiàn)掌握地更加牢固。22
點(diǎn)擊復(fù)制文檔內(nèi)容
公司管理相關(guān)推薦
文庫(kù)吧 www.dybbs8.com
備案圖鄂ICP備17016276號(hào)-1