欢迎来到天天文库
浏览记录
ID:12483586
大小:7.71 MB
页数:45页
时间:2018-07-17
《net聊天室实验报告》由会员上传分享,免费在线阅读,更多相关内容在教育资源-天天文库。
1、聊天室动态网站开发ASP.NET聊天室动态网站系统开发姓名:梁峻阁学号:1008020225班级:信息工程102班指导老师:李丽萍闻卫军45聊天室动态网站开发45聊天室动态网站开发第一部分一、实验目的本实验利用本学期的web基础知识和数据库知识综合运用实现一个关于聊天室的功能,提升自己设计一个动态网站的能力,综合巡礼课程教授的web技术解决实际问题的能力并且为今后的工作积累经验二、实验内容创建一个动态网站,实现聊天室的功能,应具备链接数据库,实现增删查改,和使用相应控件的能力。三、实验设备计算机网络、网络数据库、IIS、.NET运行环境、windowXP操作系统。四、实验要求
2、将课堂上讲到的网络聊天室功能加以提升和扩展,应实现如下功能:1、灵活使用web控件,界面设计应该美观,简洁2、实现聊天室功能的扩展,包括连接存入数据库,对聊天信息,注册用户进行管理,3、实现其他的附加功能,例如好友查询,留言板设计4、在聊天上实现表情选择,字体选择,文字大小选择等。5、在注册登录,应加以验证。45聊天室动态网站开发第二部分一.注册注册界面功能介绍:一、本界面实现了textbox,RadioButtonList两个控件的配合使用以输入信息。二、实现了三个验证控件的使用,分别实现了年龄范围的控制报错、控制邮件地址的书写正确、和密码的确认。使用password属性实
3、现了密码的隐式。1、2、4、tBox3"ErrorMessage="请输入正确的邮件格式"ValidationExpression="w+([-+.']w+)*@w+([-.]w+)*.w+([-.]w+)*">3、5、or>三、输入信息会被传递至数据库以备后边的登录和使用时加以调用。四、右边的think图片是使用了链接控件,点击会进入一个广告页。五、当输入信息为空时,会显示windows窗口进行警告。注册页代码usingSystem;usingSystem.Data;usingSystem.Configuration;45聊天室动态网站开发usingSystem.Web;usingSystem.Web.Security;usingSystem.Web.UI;usingSystem.Web.UI.WebControls;usingSystem.Web.UI.WebControls.6、WebParts;usingSystem.Web.UI.HtmlControls;usingSystem.Data.SqlClient;publicpartialclass_Default:System.Web.UI.Page{protectedvoidPage_Load(objectsender,EventArgse){}protectedvoidRadioButtonList1_SelectedIndexChanged(objectsender,EventArgse){stringsex=RadioButtonList1.SelectedItem.Text;}protec7、tedvoidButton1_Click(objectsender,EventArgse){if(TextBox1.Text=="")45聊天室动态网站开发{Response.Write("");}elseif(TextBox2.Text==""){Response.Write("");}elseif(TextBox3.Text==""){Response.Write("
4、tBox3"ErrorMessage="请输入正确的邮件格式"ValidationExpression="w+([-+.']w+)*@w+([-.]w+)*.w+([-.]w+)*">3、5、or>三、输入信息会被传递至数据库以备后边的登录和使用时加以调用。四、右边的think图片是使用了链接控件,点击会进入一个广告页。五、当输入信息为空时,会显示windows窗口进行警告。注册页代码usingSystem;usingSystem.Data;usingSystem.Configuration;45聊天室动态网站开发usingSystem.Web;usingSystem.Web.Security;usingSystem.Web.UI;usingSystem.Web.UI.WebControls;usingSystem.Web.UI.WebControls.6、WebParts;usingSystem.Web.UI.HtmlControls;usingSystem.Data.SqlClient;publicpartialclass_Default:System.Web.UI.Page{protectedvoidPage_Load(objectsender,EventArgse){}protectedvoidRadioButtonList1_SelectedIndexChanged(objectsender,EventArgse){stringsex=RadioButtonList1.SelectedItem.Text;}protec7、tedvoidButton1_Click(objectsender,EventArgse){if(TextBox1.Text=="")45聊天室动态网站开发{Response.Write("");}elseif(TextBox2.Text==""){Response.Write("");}elseif(TextBox3.Text==""){Response.Write("
5、or>三、输入信息会被传递至数据库以备后边的登录和使用时加以调用。四、右边的think图片是使用了链接控件,点击会进入一个广告页。五、当输入信息为空时,会显示windows窗口进行警告。注册页代码usingSystem;usingSystem.Data;usingSystem.Configuration;45聊天室动态网站开发usingSystem.Web;usingSystem.Web.Security;usingSystem.Web.UI;usingSystem.Web.UI.WebControls;usingSystem.Web.UI.WebControls.
6、WebParts;usingSystem.Web.UI.HtmlControls;usingSystem.Data.SqlClient;publicpartialclass_Default:System.Web.UI.Page{protectedvoidPage_Load(objectsender,EventArgse){}protectedvoidRadioButtonList1_SelectedIndexChanged(objectsender,EventArgse){stringsex=RadioButtonList1.SelectedItem.Text;}protec
7、tedvoidButton1_Click(objectsender,EventArgse){if(TextBox1.Text=="")45聊天室动态网站开发{Response.Write("");}elseif(TextBox2.Text==""){Response.Write("");}elseif(TextBox3.Text==""){Response.Write("
此文档下载收益归作者所有