您目前尚未登陆,请选择【登陆】或【注册
首页->聊天计数->我的Asp.net三层聊天室源码>>Speak.aspx>>代码在线查看
温馨提示:代码在线浏览功能只能做为源码浏览参考,不能展示项目的全部,如果想更进一步了解该代码请下载:我的Asp.net三层聊天室源码


当前文件路径:MyChatRoom/Speak.aspx 文件类型
普通视图
		            
1<%@ Page Language="c#" Inherits="MyChatRoom.WebLayer.Speak" CodeFile="Speak.aspx.cs" %> 2<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN" > 3 4<html xmlns="http://www.w3.org/1999/xhtml" > 5<head> 6 <title>Speak</title> 7 <link href="../Styles/Style.css" type="text/css" rel="stylesheet" /> 8</head> 9<body> 10 <form id="Form1" method="post" runat="server"> 11 <asp:TextBox ID="TextBoxContent" Style="z-index: 101; left: 16px; position: absolute; 12 top: 16px" runat="server" TextMode="MultiLine" Height="64px" Width="416px" EnableViewState="False"></asp:TextBox> 13 <asp:Button ID="ButtonSpeak" Style="z-index: 102; left: 184px; position: absolute; 14 top: 96px" runat="server" Text="发言" Width="72px" OnClick="ButtonSpeak_Click"></asp:Button> 15 <asp:DropDownList ID="DropDownListEmotion" Style="z-index: 103; left: 88px; position: absolute; 16 top: 96px" runat="server"> 17 <asp:ListItem Value="微笑着">微笑着</asp:ListItem> 18 <asp:ListItem Value="无奈地">无奈地</asp:ListItem> 19 <asp:ListItem Value="哭丧着脸">哭丧着脸</asp:ListItem> 20 </asp:DropDownList> 21 <asp:DropDownList ID="DropDownListColor" Style="z-index: 104; left: 24px; position: absolute; 22 top: 96px" runat="server"> 23 <asp:ListItem Value="black" Selected="True">黑色</asp:ListItem> 24 <asp:ListItem Value="red">红色</asp:ListItem> 25 <asp:ListItem Value="blue">蓝色</asp:ListItem> 26 <asp:ListItem Value="green">绿色</asp:ListItem> 27 </asp:DropDownList> 28 <asp:Button ID="ButtonExit" Style="z-index: 105; left: 272px; position: absolute; 29 top: 96px" runat="server" Text="离开" Width="64px" OnClick="ButtonExit_Click"></asp:Button> 30 </form> 31</body> 32</html> 33
还没有找到您心仪的内容?请用.net源码大搜捕
代码片断 打包下载该项目完整源码:我的Asp.net三层聊天室源码

- 多文件无刷新上传源代码 v1.0

- 坏孩子无限级树型菜单(JS+Sql)

- DicuzNT论坛1.0SQLServer版源码

- WO@BIZ第一季1.2版源码

- 淘淘网电子商务网站源码(毕..

- 最简购物车(Access)源码

- 冬雷物语个人综合网站源码

- 三层个人网站小程序(Ajax)

51Aspx.com 版权所有 CopyRight © 2000-2008. 京ICP备06046876号