熱點推薦:
您现在的位置: 電腦知識網 >> 編程 >> .NET編程 >> 正文

鮮花預定系統:登錄和退出[1]

2022-06-13   來源: .NET編程 
    ——此文章摘自《ASPNET +SQL Server網絡應用系統開發案例精解》定價 特價 詳細>>http://tracklinktechcn/?m_id=dangdang&a_id=A&l=&l_type= width= height= border= nosave>

     .登錄系統

    整個登錄系統的關鍵在於ST_Leftaspx頁面此頁面用了兩個panel控件用了一個三行兩列的表在表裡用了兩個文本框一個用於輸入用戶名一個用於輸入密碼還用了一個按鈕和一個超鏈接超鏈接用來鏈接注冊頁面請讀者參考配書光盤裡的 ST_Registeraspx頁面ST_Leftaspx頁面還用兩個DataGrid控件分別用於顯示鮮花類型和鮮花銷售排名(前名)希望讀者能夠自己參考ST_Leftaspx文件本頁面獲得的信息通過ST_Leftaspxcs調用的系統模塊進行驗證用戶名和密碼都正確就讀取用戶信息登錄主頁面如果用戶密碼錯誤則彈出錯誤警告

    ()用戶登錄頁面ST_Leftaspx設計效果如圖 所示

http://developcsaicn/dotnet_ASP/images/jpg>  
  用戶登錄頁面

    用戶登錄頁面的HTML主要代碼如下
    <TR>
             <TD style=height: px><asp:panel id=Panel style=POSITION: relative runat=serverHeight= px Width=px>
             <TABLE id=Table cellSpacing= cellPadding= width= border=>
                       <TR>
                                <TD colSpan=>
                                <asp:label id=lblInfo runat=server Width=px ForeColor=Blue FontSize=XSmall> </asp:label></TD>
                       </TR><TR>
                       <TD style=height: px>
                                <asp:Label id=Label runat=server Width=px FontSize=XSmall>賬戶:</asp:Label> </TD>
                                <TD style=height: px>
                                <asp:textbox id=tb_Account runat=server Width=px></asp:textbox></TD>
                                <TD style=height: px></TD>
                       </TR>
                       <TR>
                                <TD>
                                <asp:Label id=Label runat=server Width=px FontSize=XSmall>密碼:</asp:Label> </TD>
                                <TD>
                                <asp:textbox id=tb_Password runat=server Width=px TextMode=Password> </asp:textbox> </TD>
                                <TD></TD>
                       </TR>
                       <TR>
                                <TD align=center colSpan=>      </TD></TR>

right>[]  [http://developcsaicn/dotnet_ASP/htm>]  [http://developcsaicn/dotnet_ASP/htm>]  [http://developcsaicn/dotnet_ASP/htm>]  [http://developcsaicn/dotnet_ASP/htm>]  [http://developcsaicn/dotnet_ASP/htm>]  


From:http://tw.wingwit.com/Article/program/net/201311/15716.html
    推薦文章
    Copyright © 2005-2022 電腦知識網 Computer Knowledge   All rights reserved.