您目前尚未登陆,请选择【登陆】或【注册
首页->行政办公->网上办公系统源码>>CompanyDecision/CD_List2.aspx>>代码在线查看
温馨提示:代码在线浏览功能只能做为源码浏览参考,不能展示项目的全部,如果想更进一步了解该代码请下载:网上办公系统源码


当前文件路径:OfficeOnline/CompanyDecision/CD_List2.aspx 文件类型
普通视图
		            
1<%@ Page Language="C#" MasterPageFile="~/MasterPage.master" AutoEventWireup="true" CodeFile="CD_List2.aspx.cs" Inherits="CompanyDecision_CD_List2" Title="Untitled Page" %> 2<asp:Content ID="Content1" ContentPlaceHolderID="ContentPlaceHolder1" Runat="Server"> 3 <table style="width: 650px; height: 500px"> 4 <tr> 5 <td colspan="3" rowspan="1" style="height: 50px; background-color: #ffffcc"> 6 <span style="font-size: 24pt; font-family: 楷体_GB2312">公司待审定决策草案列表</span></td> 7 </tr> 8 <tr> 9 <td colspan="3" rowspan="1" style="height: 400px" valign="top"> 10 <asp:SqlDataSource ID="SqlDataSource1" runat="server" ConnectionString="<%$ ConnectionStrings:OfficeOnlineConnectionString %>" 11 SelectCommand="SELECT CD_ID, CD_Title, CD_AddDate, CD_IsConfirm FROM z_CompanyDecision WHERE (CD_IsConfirm = @CD_IsConfirm) ORDER BY CD_AddDate DESC"> 12 <SelectParameters> 13 <asp:Parameter DefaultValue="0" Name="CD_IsConfirm" /> 14 </SelectParameters> 15 </asp:SqlDataSource> 16 <asp:GridView ID="GridView1" runat="server" AllowPaging="True" AutoGenerateColumns="False" 17 CellPadding="4" DataKeyNames="CD_ID" DataSourceID="SqlDataSource1" ForeColor="#333333" 18 GridLines="None" Width="600px"> 19 <FooterStyle BackColor="#990000" Font-Bold="True" ForeColor="White" /> 20 <Columns> 21 <asp:BoundField DataField="CD_ID" HeaderText="决策草案号" InsertVisible="False" ReadOnly="True" 22 SortExpression="CD_ID" /> 23 <asp:TemplateField HeaderText="标题"> 24 <ItemTemplate> 25 <asp:LinkButton ID="LinkButton1" runat="server" CommandArgument='<%# Eval("CD_ID") %>' 26 OnCommand="LinkButton1_Command" Text='<%# Eval("CD_Title") %>'></asp:LinkButton> 27 </ItemTemplate> 28 </asp:TemplateField> 29 <asp:BoundField DataField="CD_AddDate" HeaderText="撰写日期" SortExpression="CD_AddDate" /> 30 </Columns> 31 <RowStyle BackColor="#FFFBD6" ForeColor="#333333" /> 32 <SelectedRowStyle BackColor="#FFCC66" Font-Bold="True" ForeColor="Navy" /> 33 <PagerStyle BackColor="#FFCC66" ForeColor="#333333" HorizontalAlign="Center" /> 34 <HeaderStyle BackColor="#990000" Font-Bold="True" ForeColor="White" /> 35 <AlternatingRowStyle BackColor="White" /> 36 </asp:GridView> 37 </td> 38 </tr> 39 <tr> 40 <td colspan="3" rowspan="3" style="height: 50px"> 41 &nbsp;</td> 42 </tr> 43 <tr> 44 </tr> 45 <tr> 46 </tr> 47 </table> 48</asp:Content> 49 50
还没有找到您心仪的内容?请用.net源码大搜捕
代码片断 打包下载该项目完整源码:网上办公系统源码

- 字母\数字\汉字混合的验证码源码

- 51aspxRSS阅读器源码(含详细..

- Asp.net2.0用户注册控件使用实例

- NBear+NBear开发BBS系统源码

- 星光慧点图书租借管理系统源码

- 网博垂直搜索引擎完全开源版

- 56WA手机电影下载系统源码

- 漂亮的ComponentArtWebUI及D..

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