第1章 .NET概述.pptVIP

  • 0
  • 0
  • 约3.35千字
  • 约 22页
  • 2016-01-12 发布于江苏
  • 举报
动态网站 【返回】 2. .NET Web程序示例 获取信息 程序参考 Default.aspx文件: … body form id=form1 runat=server font size=6登录信息/fontbr/ 用户名asp:TextBox ID=s_name runat=server/asp:TextBox br/ 密 码asp:TextBox ID=s_password runat=server TextMode=Password/ br / asp:Button ID=Button1 runat=server Text=登陆 PostBackUrl=~/Recieve.aspx / /form /body … HTML标签 ASP.NET控件 Recieve.aspx文件: … body form id=form1 runat=server % string strname,strpassword; strname=Request.Form[s_name]; strpassword=Request.Form[s_password]; % 返回用户注册信息:br 用户名:%=strname%br 密

文档评论(0)

1亿VIP精品文档

相关文档