电脑故障

位置:IT落伍者 >> 电脑故障 >> 浏览文章

鲜花预定系统:登录和退出[1]


发布日期:2024/6/6
 
——此文章摘自《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>]

上一篇:连锁中心配送系统:用户信息的添加[3]

下一篇:鲜花预定系统:登录和退出[3]