Description: c# programming, use the ASP.net 2.0 platform, use the sql server 2005 database, to achieve a network chat room feature, there is the difference between ordinary users and administrators, ordinary users can speak, send expressions, change the font color, view the online list of people the administrator in addition to ordinary users of all capabilities, you can also empty the contents of chat rooms
File list (Check if you may need any files):
chatroom\Database\chat.mdb
........\........\Chatroom_Data.MDF
........\........\Chatroom_Log.LDF
........\OnTalk\admin.aspx
........\......\admin.aspx.cs
........\......\App_Code\DataChat.cs
........\......\........\DataUsers.cs
........\......\change.aspx
........\......\change.aspx.cs
........\......\chat.mdb
........\......\control.aspx
........\......\control.aspx.cs
........\......\exitchat.aspx
........\......\exitchat.aspx.cs
........\......\Global.asax
........\......\images\BD_WD.GIF
........\......\......\bg.gif
........\......\......\logo.jpg
........\......\......\logo.psd
........\......\......\Thumbs.db
........\......\index.aspx
........\......\index.aspx.cs
........\......\online.aspx
........\......\online.aspx.cs
........\......\OnTalk .sln
........\......\OnTalk .suo
........\......\say.aspx
........\......\say.aspx.cs
........\......\show.aspx
........\......\show.aspx.cs
........\......\Styles.css
........\......\Web.config
........\......\whole.aspx
........\......\whole.aspx.cs
........\..talkAjax\Ajax.dll
........\..........\Bin\Ajax.dll
........\..........\...\Ajax.dll.refresh
........\..........\ChatRoom.aspx
........\..........\ChatRoom.aspx.cs
........\..........\images\BD_WD.GIF
........\..........\......\bg.gif
........\..........\......\bgbrick.gif
........\..........\......\chatformbg.jpg
........\..........\......\logo.jpg
........\..........\......\logo.psd
........\..........\......\onlinebg.jpg
........\..........\login.aspx
........\..........\login.aspx.cs
........\..........\Web.Config
........\testAjax\Bin\Ajax.dll
........\........\Test.aspx
........\........\Test.aspx.cs
........\........\Web.config
........\OnTalk\App_Code
........\......\App_Data
........\......\images
........\..talkAjax\App_Data
........\..........\Bin
........\..........\images
........\testAjax\App_Data
........\........\Bin
........\Database
........\OnTalk
........\OntalkAjax
........\testAjax
chatroom