📄 deletechengyuan.aspx
字号:
<%@ Page Language="C#" AutoEventWireup="true" CodeFile="deletechengyuan.aspx.cs" Inherits="deletegroup" %>
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml" >
<head runat="server">
<title>删除成员页</title>
<style type="text/css">
div.RoundedCorner{background: #5AAE18}
b.rtop, b.rbottom{display:block;background: #FFF}
b.rtop b, b.rbottom b{display:block;height: 1px;overflow: hidden; background: #5AAE18}
b.r1{margin: 0 4px}
b.r2{margin: 0 3px}
b.r3{margin: 0 2px}
b.rtop b.r4, {margin: 0 1px;height: 1px}
.style1 {
font-size: 13px;
color: #FFFFFF;
font-weight: bold;
}
</style>
<style type="text/css">
<!--
a:link {
font-size: 12px;
color: #5C9948;
text-decoration: none;
}
a:visited {
font-size: 12px;
color: #5C9948;
text-decoration: none;
}
a:hover {
color: #6699FF;
}
BODY {
font-size: 12px;
}
td {
font-size: 12px;
line-height: 15px;
}
body {
margin-top: 2px;
}
-->
</style>
</head>
<body style="text-align: center">
<form id="form1" runat="server">
<div style="text-align: center">
<table border="0" cellpadding="0" cellspacing="0" style="width: 100%">
<tr>
<td style="width: 100%; height: 27px;"> <div class="RoundedCorner">
<div align="center" style="text-align: center"><b class="rtop"><b class="r1"></b><b class="r2"></b><b class="r3"></b><b class="r4"></b></b> <span class="style1">删 除 群 组 成 员</span></div>
</div></td>
</tr>
</table>
<asp:GridView ID="Gidv_qunchengyuan" runat="server" AutoGenerateColumns="False"
Width="100%" AllowPaging="True" PageSize="6">
<Columns>
<asp:BoundField DataField="G_groupname" HeaderText="群组名称" />
<asp:BoundField DataField="U_username" HeaderText="群成员" />
<asp:BoundField DataField="U_logintime" HeaderText="建立时间" />
<asp:HyperLinkField DataNavigateUrlFields="u_id,g_id" DataNavigateUrlFormatString="deletechengyuan.aspx?u_id={0}&qunid={1}"
HeaderText="删除" Text="删除" />
</Columns>
</asp:GridView>
</div>
<a href="qunzu.aspx">返 回</a>
</form>
</body>
</html>
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -