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

連鎖中心配送系統:登錄系統[2]

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

                       <TABLE id=Table cellSpacing= cellPadding= width= border=>
              <TR>
          <TD width=><IMG src=images/logingif width= border=></TD>
              <TD align=center>
                       <TABLE id=Table style=WIDTH: px; HEIGHT: px cellSpacing= cellPadding= border=>
           <TR>
            <TD style=WIDTH: px vAlign=top width=>用戶名&nbsp;&nbsp;
              <asp:textbox id=STUserName runat=server Width=px>
    </asp:textbox></TD>
              <TD vAlign=middle align=right width= rowSpan=>
    <FONT face=宋體></FONT><FONT face=宋體>
    </FONT><A href=#></A></TD>
                 </TR>
             <TR>
             <TD style=WIDTH: px vAlign=bottom height=>
    密&nbsp;&nbsp; 碼&nbsp;&nbsp;&nbsp;
             <asp:textbox id=STPassWord runat=server TextMode=Password Width=px>
    </asp:textbox></TD>
             </TR>
                       </TABLE>
                       <TR>
             <asp:Button id=STFront runat=server Text=登錄>
    </asp:Button>&nbsp;&nbsp;&nbsp;
             <asp:Button id=STReset runat=server Text=重填>
    </asp:Button></TD>
                       </TR>
             </TABLE>
    </TD></TR>
             <TR>
             <TD align=center bgColor=#ddd>
    <FONT face=宋體>技術支持北京ST工作小組</FONT></TD>
             </TR>
    </TABLE>

    .Indexaspxcs的主要代碼及其解釋

    本頁面是用戶驗證模塊的核心包含了用戶驗證的主要功能
    private void STFront_Click(object sender SystemEventArgs e)
    {
             //去除文本框空格
             STUserNickName = STUserNameTextTrim();
             STUserPwd = STPassWordTextTrim();
             //獲得數據庫連接字符串

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


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