📄 myjionmeeting.aspx
字号:
<%@ Page Language="C#" MasterPageFile="~/MasterPage.master" AutoEventWireup="true" CodeFile="myjionmeeting.aspx.cs" Inherits="myjionmeeting" Title="我的会议-我要参加的会议" %>
<asp:Content ID="Content1" ContentPlaceHolderID="ContentPlaceHolder1" Runat="Server">
<table border="0" style="width: 633px">
<tr>
<td align="left" style="height: 226px">
<asp:Panel ID="Panel1" runat="server" Height="500px" Width="1250px">
<table border="0" style="width: 633px">
<tr>
<td bgcolor="#a43737" style="height: 23px">
<div align="center" style="font-weight: bold; font-size: 15px; color: #ffffff">
我的会议-我要参加的会议</div>
</td>
</tr>
<tr>
<td align="left" style="height: 132px">
<asp:GridView ID="gvmyjionmeeting" runat="server" AutoGenerateColumns="False" BackColor="LightGoldenrodYellow"
BorderColor="Tan" BorderWidth="1px" CaptionAlign="Top" CellPadding="2" ForeColor="Black"
GridLines="None" OnRowCreated="gvmyjionmeeting_RowCreated" Style="text-align: center"
Width="623px">
<PagerSettings NextPageText="下一页" PreviousPageText="上一页" />
<FooterStyle BackColor="Tan" />
<Columns>
<asp:BoundField DataField="id" HeaderText="编号" ReadOnly="True" Visible="False">
<ItemStyle Width="55px" />
<HeaderStyle Width="30px" />
</asp:BoundField>
<asp:BoundField DataField="name" HeaderText="会议名称" />
<asp:BoundField DataField="builder" HeaderText="创建人" />
<asp:BoundField DataField="addr" HeaderText="开会地点" />
<asp:BoundField DataField="begintime" HeaderText="开始时间" />
<asp:BoundField DataField="endtime" HeaderText="结束时间" />
<asp:BoundField DataField="attr" HeaderText="会议状态" />
<asp:BoundField DataField="datetime" HeaderText="提交时间" />
<asp:TemplateField>
<HeaderTemplate>
查看
</HeaderTemplate>
<ItemStyle Width="30px" />
<ItemTemplate>
<a href='Message.aspx?id=<%#DataBinder.Eval(Container.DataItem,"id")%>'>查看</a>
</ItemTemplate>
</asp:TemplateField>
</Columns>
<SelectedRowStyle BackColor="DarkSlateBlue" ForeColor="GhostWhite" />
<PagerStyle BackColor="PaleGoldenrod" ForeColor="DarkSlateBlue" HorizontalAlign="Center" />
<HeaderStyle BackColor="Tan" Font-Bold="True" />
<AlternatingRowStyle BackColor="PaleGoldenrod" />
</asp:GridView>
</td>
</tr>
<tr>
<td align="center" style="height: 23px">
每页显示<font color="red">12</font>条 共有<asp:Label ID="lblRecordCount" runat="server"
Font-Bold="True" ForeColor="Red"></asp:Label>条 当前是第<asp:Label ID="Labelye" runat="server"
Font-Bold="True" ForeColor="Red" Text="1"></asp:Label>/<asp:Label ID="lblPageCount"
runat="server" Font-Bold="True" ForeColor="Red"></asp:Label>页 <asp:Button ID="Button1"
runat="server" Height="19px" OnClick="Button1_Click" Text="首 页" />
<asp:Button ID="Button2" runat="server" Height="19px" OnClick="Button2_Click" Text="上 页" />
<asp:Button ID="Button3" runat="server" Height="19px" OnClick="Button3_Click"
Text="下 页" />
<asp:Button ID="Button4" runat="server" Height="19px" OnClick="Button4_Click"
Text="末 页" /></td>
</tr>
</table>
</asp:Panel>
<asp:Label ID="Labmessage" runat="server" Style="font-weight: bold; color: red"></asp:Label></td>
</tr>
</table>
</asp:Content>
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -