📄 guestviewmeetlist.aspx
字号:
<%@ Page language="c#" Codebehind="GuestViewMeetList.aspx.cs" AutoEventWireup="false" Inherits="Job111.GuestViewMeetList" %>
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN" >
<HTML>
<HEAD>
<title>查看供需会</title>
<meta content="Microsoft Visual Studio .NET 7.1" name="GENERATOR">
<meta content="C#" name="CODE_LANGUAGE">
<meta content="JavaScript" name="vs_defaultClientScript">
<meta content="http://schemas.microsoft.com/intellisense/ie5" name="vs_targetSchema">
<LINK href="style.css" type="text/css" rel="stylesheet">
</HEAD>
<body leftMargin="0" background="image/bg01.gif" topMargin="0" MS_POSITIONING="GridLayout"
marginheight="0" marginwidth="0">
<table height="100%" cellSpacing="0" cellPadding="0" width="100%" border="0">
<tr>
<td style="WIDTH: 766px" vAlign="top" align="left" bgColor="#ffffff"> <!-- 注意文件放置的地方是否链接啦背景和标题处的图片、样式表的路径是否正确 -->
<table class="title-o12" style="WIDTH: 528px; HEIGHT: 370px" cellSpacing="0" cellPadding="0"
width="528" border="0" bgColor="#f0f0f2">
<tr>
<td width="22" height="10"></td>
<td height="10"><FONT face="宋体"></FONT></td>
</tr>
<tr>
<td width="22"> </td>
<td class="title-o12" vAlign="bottom" align="left" height="18">
<!-- 页面名称 --> 供需会.</td>
</tr>
<tr>
<td style="HEIGHT: 16px" width="22" height="16"><IMG height="13" src="image/title_logo01.gif" width="22"></td>
<td style="HEIGHT: 16px" background="image/title_line.gif" height="16"></td>
</tr>
<tr>
<td> </td>
<td vAlign="top" align="left">
<form id="Form2" method="post" runat="server">
<FONT class="text-d12" face="宋体">
<asp:datagrid id="dgdMeetList" runat="server" AllowSorting="True" Width="480px" Height="0px" BorderColor="White"
BorderStyle="Groove" BorderWidth="0px" BackColor="White" CellPadding="0" AllowPaging="True"
AutoGenerateColumns="False" CellSpacing="1">
<SelectedItemStyle Font-Bold="True" ForeColor="White" BackColor="#339966"></SelectedItemStyle>
<AlternatingItemStyle HorizontalAlign="Center" Height="20px" ForeColor="DimGray" VerticalAlign="Middle"
BackColor="#EEEEEE"></AlternatingItemStyle>
<ItemStyle HorizontalAlign="Center" Height="20px" ForeColor="DimGray" VerticalAlign="Middle"
BackColor="#F3F3F3"></ItemStyle>
<HeaderStyle Font-Bold="True" HorizontalAlign="Center" Height="18px" ForeColor="White" VerticalAlign="Middle"
BackColor="#3399FF"></HeaderStyle>
<FooterStyle ForeColor="#333333" BackColor="White"></FooterStyle>
<Columns>
<asp:TemplateColumn HeaderText="供需会">
<HeaderStyle Width="65%"></HeaderStyle>
<ItemTemplate>
<asp:Label id="Label3" runat="server" Text='<%# DataBinder.Eval(Container, "DataItem.MeetName")%>'>
</asp:Label>
</ItemTemplate>
<EditItemTemplate>
<asp:TextBox id="TextBox1" runat="server" Text='222'></asp:TextBox>
</EditItemTemplate>
</asp:TemplateColumn>
<asp:TemplateColumn HeaderText="参加单位">
<HeaderStyle Width="35%"></HeaderStyle>
<ItemTemplate>
<asp:Label id="Label1" runat="server">
<%# GetUrl(DataBinder.Eval(Container, "DataItem.aaa"),DataBinder.Eval(Container, "DataItem.MeetID"))%>
</asp:Label>
</ItemTemplate>
</asp:TemplateColumn>
</Columns>
<PagerStyle Height="18px" HorizontalAlign="Center" ForeColor="Black" BackColor="#CDCDCD" Mode="NumericPages"></PagerStyle>
</asp:datagrid></FONT>
<p align="center"><asp:button id="Button1" runat="server" Width="60px" BorderColor="#3399FF" Text="关 闭" ForeColor="DarkBlue"></asp:button></p>
</form>
</td>
</tr>
</table>
</td>
</tr>
</table>
</body>
</HTML>
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -