——此文章摘自《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=>用户名 <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=> 密 码 <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> <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>] |