346 lines
		
	
	
		
			25 KiB
		
	
	
	
		
			Plaintext
		
	
	
	
		
		
			
		
	
	
			346 lines
		
	
	
		
			25 KiB
		
	
	
	
		
			Plaintext
		
	
	
	
| 
								 | 
							
								<%@ Page Language="C#" AutoEventWireup="true" CodeBehind="DocumentationTakeoverReport.aspx.cs" Inherits="FineUIPro.Web.Report.DocumentationTakeoverReport" %>
							 | 
						||
| 
								 | 
							
								
							 | 
						||
| 
								 | 
							
								<!DOCTYPE html>
							 | 
						||
| 
								 | 
							
								
							 | 
						||
| 
								 | 
							
								<html xmlns="http://www.w3.org/1999/xhtml">
							 | 
						||
| 
								 | 
							
								<head runat="server">
							 | 
						||
| 
								 | 
							
								    <meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
							 | 
						||
| 
								 | 
							
								    <title>Documentation Takeover Report</title>
							 | 
						||
| 
								 | 
							
								</head>
							 | 
						||
| 
								 | 
							
								<body>
							 | 
						||
| 
								 | 
							
								    <form id="form1" runat="server">
							 | 
						||
| 
								 | 
							
								        <f:PageManager ID="PageManager1" AutoSizePanelID="Panel1" runat="server" />
							 | 
						||
| 
								 | 
							
								        <f:Panel ID="Panel1" runat="server" Margin="5px" BodyPadding="5px" ShowBorder="false"
							 | 
						||
| 
								 | 
							
								            ShowHeader="false" Layout="VBox" BoxConfigAlign="Stretch">
							 | 
						||
| 
								 | 
							
								            <Items>
							 | 
						||
| 
								 | 
							
								                <f:Grid ID="Grid1" ShowBorder="true" ShowHeader="false" Title="Documentation Takeover Report" EnableCollapse="true"
							 | 
						||
| 
								 | 
							
								                    runat="server" BoxFlex="1" DataKeyNames="EProjectId"  EnableColumnLines="true" DataIDField="EProjectId" AllowSorting="true" SortField="ProjectControl_JobNo"
							 | 
						||
| 
								 | 
							
								                    SortDirection="DESC" OnSort="Grid1_Sort" AllowPaging="true" IsDatabasePaging="true" PageSize="15" OnPageIndexChange="Grid1_PageIndexChange"
							 | 
						||
| 
								 | 
							
								                    EnableTextSelection="true" AllowFilters="true" OnFilterChange="Grid1_FilterChange">
							 | 
						||
| 
								 | 
							
								                    <Toolbars>
							 | 
						||
| 
								 | 
							
								                        <f:Toolbar ID="Toolbar1" Position="Top" runat="server">
							 | 
						||
| 
								 | 
							
								                            <Items>
							 | 
						||
| 
								 | 
							
								                                <f:DropDownList ID="drpJobStatus" runat="server" Label="Job Status" LabelAlign="Right" NextFocusControl="btnSearch"></f:DropDownList>
							 | 
						||
| 
								 | 
							
								                                <f:TextBox ID="txtJobNo" runat="server" Label="Job No." EmptyText="Search by Job No." LabelAlign="Right" NextFocusControl="btnSearch"></f:TextBox>
							 | 
						||
| 
								 | 
							
								                                <f:Button ID="btnSearch" runat="server" Icon="SystemSearch" Text="Search" OnClick="btnSearch_Click"></f:Button>
							 | 
						||
| 
								 | 
							
								                                <f:ToolbarFill ID="ToolbarFill1" runat="server"></f:ToolbarFill>
							 | 
						||
| 
								 | 
							
								                                <f:Button ID="btnExport" OnClick="btnExport_Click" runat="server" Text="Export" ToolTip="Export"
							 | 
						||
| 
								 | 
							
								                                    Icon="DoorOut" EnableAjax="false" DisableControlBeforePostBack="false" EnablePress="true" Pressed="false" Hidden="true">
							 | 
						||
| 
								 | 
							
								                                </f:Button>
							 | 
						||
| 
								 | 
							
								                            </Items>
							 | 
						||
| 
								 | 
							
								                        </f:Toolbar>
							 | 
						||
| 
								 | 
							
								                    </Toolbars>
							 | 
						||
| 
								 | 
							
								                    <Columns>
							 | 
						||
| 
								 | 
							
								                        <f:RenderField Width="110px" ColumnID="ProjectControl_JobNo" DataField="ProjectControl_JobNo"
							 | 
						||
| 
								 | 
							
								                            SortField="ProjectControl_JobNo" FieldType="String" HeaderText="Job NO." HeaderTextAlign="Center" TextAlign="Left" EnableFilter="true">
							 | 
						||
| 
								 | 
							
								                            <Filter EnableMultiFilter="true" ShowMatcher="true">
							 | 
						||
| 
								 | 
							
								                                <Operator>
							 | 
						||
| 
								 | 
							
								                                    <f:DropDownList ID="DropDowsnList1" runat="server">
							 | 
						||
| 
								 | 
							
								                                        <f:ListItem Text="equal to" Value="equal" />
							 | 
						||
| 
								 | 
							
								                                        <f:ListItem Text="include" Value="contain" Selected="true" />
							 | 
						||
| 
								 | 
							
								                                    </f:DropDownList>
							 | 
						||
| 
								 | 
							
								                                </Operator>
							 | 
						||
| 
								 | 
							
								                            </Filter>
							 | 
						||
| 
								 | 
							
								                        </f:RenderField>
							 | 
						||
| 
								 | 
							
								                        <f:RenderField Width="100px" ColumnID="ProjectControl_BUCode" DataField="ProjectControl_BUCode"
							 | 
						||
| 
								 | 
							
								                            FieldType="String" HeaderText="BU" HeaderTextAlign="Center" TextAlign="Left" EnableFilter="true">
							 | 
						||
| 
								 | 
							
								                            <Filter EnableMultiFilter="true" ShowMatcher="true">
							 | 
						||
| 
								 | 
							
								                                <Operator>
							 | 
						||
| 
								 | 
							
								                                    <f:DropDownList ID="DropDownList1" runat="server">
							 | 
						||
| 
								 | 
							
								                                        <f:ListItem Text="equal to" Value="equal" />
							 | 
						||
| 
								 | 
							
								                                        <f:ListItem Text="include" Value="contain" Selected="true" />
							 | 
						||
| 
								 | 
							
								                                    </f:DropDownList>
							 | 
						||
| 
								 | 
							
								                                </Operator>
							 | 
						||
| 
								 | 
							
								                            </Filter>
							 | 
						||
| 
								 | 
							
								                        </f:RenderField>
							 | 
						||
| 
								 | 
							
								                        <f:GroupField HeaderText="Design/IFC" TextAlign="Center">
							 | 
						||
| 
								 | 
							
								                            <Columns>
							 | 
						||
| 
								 | 
							
								                                <f:BoundField Width="100px" DataField="IFC_HC_A1_Pages" HeaderText="HC A1 Pages" EnableFilter="true">
							 | 
						||
| 
								 | 
							
								                                    <Filter EnableMultiFilter="true" ShowMatcher="true">
							 | 
						||
| 
								 | 
							
								                                        <Operator>
							 | 
						||
| 
								 | 
							
								                                            <f:DropDownList ID="DropDownList9" runat="server">
							 | 
						||
| 
								 | 
							
								                                                <f:ListItem Text="equal to" Value="equal" />
							 | 
						||
| 
								 | 
							
								                                                <f:ListItem Text="include" Value="contain" Selected="true" />
							 | 
						||
| 
								 | 
							
								                                            </f:DropDownList>
							 | 
						||
| 
								 | 
							
								                                        </Operator>
							 | 
						||
| 
								 | 
							
								                                    </Filter>
							 | 
						||
| 
								 | 
							
								                                </f:BoundField>
							 | 
						||
| 
								 | 
							
								                                <f:BoundField Width="100px" DataField="IFC_Hard_Copy" HeaderText="Hard Copy" EnableFilter="true">
							 | 
						||
| 
								 | 
							
								                                    <Filter EnableMultiFilter="true" ShowMatcher="true">
							 | 
						||
| 
								 | 
							
								                                        <Operator>
							 | 
						||
| 
								 | 
							
								                                            <f:DropDownList ID="DropDownList10" runat="server">
							 | 
						||
| 
								 | 
							
								                                                <f:ListItem Text="equal to" Value="equal" />
							 | 
						||
| 
								 | 
							
								                                                <f:ListItem Text="include" Value="contain" Selected="true" />
							 | 
						||
| 
								 | 
							
								                                            </f:DropDownList>
							 | 
						||
| 
								 | 
							
								                                        </Operator>
							 | 
						||
| 
								 | 
							
								                                    </Filter>
							 | 
						||
| 
								 | 
							
								                                </f:BoundField>
							 | 
						||
| 
								 | 
							
								                                <f:BoundField Width="100px" DataField="IFC_PDF_in_X_Drive" HeaderText="PDF in X Drive" EnableFilter="true">
							 | 
						||
| 
								 | 
							
								                                    <Filter EnableMultiFilter="true" ShowMatcher="true">
							 | 
						||
| 
								 | 
							
								                                        <Operator>
							 | 
						||
| 
								 | 
							
								                                            <f:DropDownList ID="DropDownList11" runat="server">
							 | 
						||
| 
								 | 
							
								                                                <f:ListItem Text="equal to" Value="equal" />
							 | 
						||
| 
								 | 
							
								                                                <f:ListItem Text="include" Value="contain" Selected="true" />
							 | 
						||
| 
								 | 
							
								                                            </f:DropDownList>
							 | 
						||
| 
								 | 
							
								                                        </Operator>
							 | 
						||
| 
								 | 
							
								                                    </Filter>
							 | 
						||
| 
								 | 
							
								                                </f:BoundField>
							 | 
						||
| 
								 | 
							
								                                <f:BoundField Width="100px" DataField="IFC_Native_in_X_Drive" HeaderText="Native in X Drive" EnableFilter="true">
							 | 
						||
| 
								 | 
							
								                                    <Filter EnableMultiFilter="true" ShowMatcher="true">
							 | 
						||
| 
								 | 
							
								                                        <Operator>
							 | 
						||
| 
								 | 
							
								                                            <f:DropDownList ID="DropDownList12" runat="server">
							 | 
						||
| 
								 | 
							
								                                                <f:ListItem Text="equal to" Value="equal" />
							 | 
						||
| 
								 | 
							
								                                                <f:ListItem Text="include" Value="contain" Selected="true" />
							 | 
						||
| 
								 | 
							
								                                            </f:DropDownList>
							 | 
						||
| 
								 | 
							
								                                        </Operator>
							 | 
						||
| 
								 | 
							
								                                    </Filter>
							 | 
						||
| 
								 | 
							
								                                </f:BoundField>
							 | 
						||
| 
								 | 
							
								                                <f:BoundField Width="100px" DataField="IFC_PDF_in_DCTM" HeaderText="PDF in DCTM" EnableFilter="true">
							 | 
						||
| 
								 | 
							
								                                    <Filter EnableMultiFilter="true" ShowMatcher="true">
							 | 
						||
| 
								 | 
							
								                                        <Operator>
							 | 
						||
| 
								 | 
							
								                                            <f:DropDownList ID="DropDownList2" runat="server">
							 | 
						||
| 
								 | 
							
								                                                <f:ListItem Text="equal to" Value="equal" />
							 | 
						||
| 
								 | 
							
								                                                <f:ListItem Text="include" Value="contain" Selected="true" />
							 | 
						||
| 
								 | 
							
								                                            </f:DropDownList>
							 | 
						||
| 
								 | 
							
								                                        </Operator>
							 | 
						||
| 
								 | 
							
								                                    </Filter>
							 | 
						||
| 
								 | 
							
								                                </f:BoundField>
							 | 
						||
| 
								 | 
							
								                            </Columns>
							 | 
						||
| 
								 | 
							
								                        </f:GroupField>
							 | 
						||
| 
								 | 
							
								                        <f:GroupField HeaderText="Design/As-Built" TextAlign="Center">
							 | 
						||
| 
								 | 
							
								                            <Columns>
							 | 
						||
| 
								 | 
							
								                                <f:BoundField Width="100px" DataField="BUILT_HC_A1_Pages" HeaderText="HC A1 Pages" EnableFilter="true">
							 | 
						||
| 
								 | 
							
								                                    <Filter EnableMultiFilter="true" ShowMatcher="true">
							 | 
						||
| 
								 | 
							
								                                        <Operator>
							 | 
						||
| 
								 | 
							
								                                            <f:DropDownList ID="DropDownList13" runat="server">
							 | 
						||
| 
								 | 
							
								                                                <f:ListItem Text="equal to" Value="equal" />
							 | 
						||
| 
								 | 
							
								                                                <f:ListItem Text="include" Value="contain" Selected="true" />
							 | 
						||
| 
								 | 
							
								                                            </f:DropDownList>
							 | 
						||
| 
								 | 
							
								                                        </Operator>
							 | 
						||
| 
								 | 
							
								                                    </Filter>
							 | 
						||
| 
								 | 
							
								                                </f:BoundField>
							 | 
						||
| 
								 | 
							
								                                <f:BoundField Width="100px" DataField="BUILT_Hard_Copy" HeaderText="Hard Copy" EnableFilter="true">
							 | 
						||
| 
								 | 
							
								                                    <Filter EnableMultiFilter="true" ShowMatcher="true">
							 | 
						||
| 
								 | 
							
								                                        <Operator>
							 | 
						||
| 
								 | 
							
								                                            <f:DropDownList ID="DropDownList14" runat="server">
							 | 
						||
| 
								 | 
							
								                                                <f:ListItem Text="equal to" Value="equal" />
							 | 
						||
| 
								 | 
							
								                                                <f:ListItem Text="include" Value="contain" Selected="true" />
							 | 
						||
| 
								 | 
							
								                                            </f:DropDownList>
							 | 
						||
| 
								 | 
							
								                                        </Operator>
							 | 
						||
| 
								 | 
							
								                                    </Filter>
							 | 
						||
| 
								 | 
							
								                                </f:BoundField>
							 | 
						||
| 
								 | 
							
								                                <f:BoundField Width="100px" DataField="BUILT_PDF_in_X_Drive" HeaderText="PDF in X Drive" EnableFilter="true">
							 | 
						||
| 
								 | 
							
								                                    <Filter EnableMultiFilter="true" ShowMatcher="true">
							 | 
						||
| 
								 | 
							
								                                        <Operator>
							 | 
						||
| 
								 | 
							
								                                            <f:DropDownList ID="DropDownList15" runat="server">
							 | 
						||
| 
								 | 
							
								                                                <f:ListItem Text="equal to" Value="equal" />
							 | 
						||
| 
								 | 
							
								                                                <f:ListItem Text="include" Value="contain" Selected="true" />
							 | 
						||
| 
								 | 
							
								                                            </f:DropDownList>
							 | 
						||
| 
								 | 
							
								                                        </Operator>
							 | 
						||
| 
								 | 
							
								                                    </Filter>
							 | 
						||
| 
								 | 
							
								                                </f:BoundField>
							 | 
						||
| 
								 | 
							
								                                <f:BoundField Width="100px" DataField="BUILT_Native_in_X_Drive" HeaderText="Native in X Drive" EnableFilter="true">
							 | 
						||
| 
								 | 
							
								                                    <Filter EnableMultiFilter="true" ShowMatcher="true">
							 | 
						||
| 
								 | 
							
								                                        <Operator>
							 | 
						||
| 
								 | 
							
								                                            <f:DropDownList ID="DropDownList16" runat="server">
							 | 
						||
| 
								 | 
							
								                                                <f:ListItem Text="equal to" Value="equal" />
							 | 
						||
| 
								 | 
							
								                                                <f:ListItem Text="include" Value="contain" Selected="true" />
							 | 
						||
| 
								 | 
							
								                                            </f:DropDownList>
							 | 
						||
| 
								 | 
							
								                                        </Operator>
							 | 
						||
| 
								 | 
							
								                                    </Filter>
							 | 
						||
| 
								 | 
							
								                                </f:BoundField>
							 | 
						||
| 
								 | 
							
								                                <f:BoundField Width="100px" DataField="BUILT_PDF_in_DCTM" HeaderText="PDF in DCTM" EnableFilter="true">
							 | 
						||
| 
								 | 
							
								                                    <Filter EnableMultiFilter="true" ShowMatcher="true">
							 | 
						||
| 
								 | 
							
								                                        <Operator>
							 | 
						||
| 
								 | 
							
								                                            <f:DropDownList ID="DropDownList3" runat="server">
							 | 
						||
| 
								 | 
							
								                                                <f:ListItem Text="equal to" Value="equal" />
							 | 
						||
| 
								 | 
							
								                                                <f:ListItem Text="include" Value="contain" Selected="true" />
							 | 
						||
| 
								 | 
							
								                                            </f:DropDownList>
							 | 
						||
| 
								 | 
							
								                                        </Operator>
							 | 
						||
| 
								 | 
							
								                                    </Filter>
							 | 
						||
| 
								 | 
							
								                                </f:BoundField>
							 | 
						||
| 
								 | 
							
								                                <f:BoundField Width="100px" DataField="BUILT_Native_in_DCTM" HeaderText="Native in DCTM" EnableFilter="true">
							 | 
						||
| 
								 | 
							
								                                    <Filter EnableMultiFilter="true" ShowMatcher="true">
							 | 
						||
| 
								 | 
							
								                                        <Operator>
							 | 
						||
| 
								 | 
							
								                                            <f:DropDownList ID="DropDownList4" runat="server">
							 | 
						||
| 
								 | 
							
								                                                <f:ListItem Text="equal to" Value="equal" />
							 | 
						||
| 
								 | 
							
								                                                <f:ListItem Text="include" Value="contain" Selected="true" />
							 | 
						||
| 
								 | 
							
								                                            </f:DropDownList>
							 | 
						||
| 
								 | 
							
								                                        </Operator>
							 | 
						||
| 
								 | 
							
								                                    </Filter>
							 | 
						||
| 
								 | 
							
								                                </f:BoundField>
							 | 
						||
| 
								 | 
							
								                                <%--<f:BoundField Width="100px" DataField="To_Plant" HeaderText="To Plant" EnableFilter="true">
							 | 
						||
| 
								 | 
							
								                                    <Filter EnableMultiFilter="true" ShowMatcher="true">
							 | 
						||
| 
								 | 
							
								                                        <Operator>
							 | 
						||
| 
								 | 
							
								                                            <f:DropDownList ID="DropDownList5" runat="server">
							 | 
						||
| 
								 | 
							
								                                                <f:ListItem Text="equal to" Value="equal" />
							 | 
						||
| 
								 | 
							
								                                                <f:ListItem Text="include" Value="contain" Selected="true" />
							 | 
						||
| 
								 | 
							
								                                            </f:DropDownList>
							 | 
						||
| 
								 | 
							
								                                        </Operator>
							 | 
						||
| 
								 | 
							
								                                    </Filter>
							 | 
						||
| 
								 | 
							
								                                </f:BoundField>
							 | 
						||
| 
								 | 
							
								                                <f:BoundField Width="100px" DataField="To_CHA" HeaderText="To CHA" EnableFilter="true">
							 | 
						||
| 
								 | 
							
								                                    <Filter EnableMultiFilter="true" ShowMatcher="true">
							 | 
						||
| 
								 | 
							
								                                        <Operator>
							 | 
						||
| 
								 | 
							
								                                            <f:DropDownList ID="DropDownList6" runat="server">
							 | 
						||
| 
								 | 
							
								                                                <f:ListItem Text="equal to" Value="equal" />
							 | 
						||
| 
								 | 
							
								                                                <f:ListItem Text="include" Value="contain" Selected="true" />
							 | 
						||
| 
								 | 
							
								                                            </f:DropDownList>
							 | 
						||
| 
								 | 
							
								                                        </Operator>
							 | 
						||
| 
								 | 
							
								                                    </Filter>
							 | 
						||
| 
								 | 
							
								                                </f:BoundField>--%>
							 | 
						||
| 
								 | 
							
								                            </Columns>
							 | 
						||
| 
								 | 
							
								                        </f:GroupField>
							 | 
						||
| 
								 | 
							
								                        <f:GroupField HeaderText="Vendor Document" TextAlign="Center">
							 | 
						||
| 
								 | 
							
								                            <Columns>
							 | 
						||
| 
								 | 
							
								                                <f:BoundField Width="100px" DataField="Vendor_Hard_Copy" HeaderText="Hard Copy" EnableFilter="true">
							 | 
						||
| 
								 | 
							
								                                    <Filter EnableMultiFilter="true" ShowMatcher="true">
							 | 
						||
| 
								 | 
							
								                                        <Operator>
							 | 
						||
| 
								 | 
							
								                                            <f:DropDownList ID="DropDownList17" runat="server">
							 | 
						||
| 
								 | 
							
								                                                <f:ListItem Text="equal to" Value="equal" />
							 | 
						||
| 
								 | 
							
								                                                <f:ListItem Text="include" Value="contain" Selected="true" />
							 | 
						||
| 
								 | 
							
								                                            </f:DropDownList>
							 | 
						||
| 
								 | 
							
								                                        </Operator>
							 | 
						||
| 
								 | 
							
								                                    </Filter>
							 | 
						||
| 
								 | 
							
								                                </f:BoundField>
							 | 
						||
| 
								 | 
							
								                                <f:BoundField Width="100px" DataField="Vendor_PDF_in_X_Drive" HeaderText="PDF in X Drive" EnableFilter="true">
							 | 
						||
| 
								 | 
							
								                                    <Filter EnableMultiFilter="true" ShowMatcher="true">
							 | 
						||
| 
								 | 
							
								                                        <Operator>
							 | 
						||
| 
								 | 
							
								                                            <f:DropDownList ID="DropDownList18" runat="server">
							 | 
						||
| 
								 | 
							
								                                                <f:ListItem Text="equal to" Value="equal" />
							 | 
						||
| 
								 | 
							
								                                                <f:ListItem Text="include" Value="contain" Selected="true" />
							 | 
						||
| 
								 | 
							
								                                            </f:DropDownList>
							 | 
						||
| 
								 | 
							
								                                        </Operator>
							 | 
						||
| 
								 | 
							
								                                    </Filter>
							 | 
						||
| 
								 | 
							
								                                </f:BoundField>
							 | 
						||
| 
								 | 
							
								                                <f:BoundField Width="100px" DataField="Vendor_Native_in_X_Drive" HeaderText="Native in X Drive" EnableFilter="true">
							 | 
						||
| 
								 | 
							
								                                    <Filter EnableMultiFilter="true" ShowMatcher="true">
							 | 
						||
| 
								 | 
							
								                                        <Operator>
							 | 
						||
| 
								 | 
							
								                                            <f:DropDownList ID="DropDownList7" runat="server">
							 | 
						||
| 
								 | 
							
								                                                <f:ListItem Text="equal to" Value="equal" />
							 | 
						||
| 
								 | 
							
								                                                <f:ListItem Text="include" Value="contain" Selected="true" />
							 | 
						||
| 
								 | 
							
								                                            </f:DropDownList>
							 | 
						||
| 
								 | 
							
								                                        </Operator>
							 | 
						||
| 
								 | 
							
								                                    </Filter>
							 | 
						||
| 
								 | 
							
								                                </f:BoundField>
							 | 
						||
| 
								 | 
							
								                                <f:BoundField Width="100px" DataField="Vendor_PDF_in_DCTM" HeaderText="PDF in DCTM" EnableFilter="true">
							 | 
						||
| 
								 | 
							
								                                    <Filter EnableMultiFilter="true" ShowMatcher="true">
							 | 
						||
| 
								 | 
							
								                                        <Operator>
							 | 
						||
| 
								 | 
							
								                                            <f:DropDownList ID="DropDownList8" runat="server">
							 | 
						||
| 
								 | 
							
								                                                <f:ListItem Text="equal to" Value="equal" />
							 | 
						||
| 
								 | 
							
								                                                <f:ListItem Text="include" Value="contain" Selected="true" />
							 | 
						||
| 
								 | 
							
								                                            </f:DropDownList>
							 | 
						||
| 
								 | 
							
								                                        </Operator>
							 | 
						||
| 
								 | 
							
								                                    </Filter>
							 | 
						||
| 
								 | 
							
								                                </f:BoundField>
							 | 
						||
| 
								 | 
							
								                                <f:BoundField Width="100px" DataField="Vendor_Native_in_DCTM" HeaderText="Native in DTCM" EnableFilter="true">
							 | 
						||
| 
								 | 
							
								                                    <Filter EnableMultiFilter="true" ShowMatcher="true">
							 | 
						||
| 
								 | 
							
								                                        <Operator>
							 | 
						||
| 
								 | 
							
								                                            <f:DropDownList ID="DropDownList20" runat="server">
							 | 
						||
| 
								 | 
							
								                                                <f:ListItem Text="equal to" Value="equal" />
							 | 
						||
| 
								 | 
							
								                                                <f:ListItem Text="include" Value="contain" Selected="true" />
							 | 
						||
| 
								 | 
							
								                                            </f:DropDownList>
							 | 
						||
| 
								 | 
							
								                                        </Operator>
							 | 
						||
| 
								 | 
							
								                                    </Filter>
							 | 
						||
| 
								 | 
							
								                                </f:BoundField>
							 | 
						||
| 
								 | 
							
								                                <%--<f:BoundField Width="100px" DataField="To_Plant" HeaderText="To Plant" EnableFilter="true">
							 | 
						||
| 
								 | 
							
								                                    <Filter EnableMultiFilter="true" ShowMatcher="true">
							 | 
						||
| 
								 | 
							
								                                        <Operator>
							 | 
						||
| 
								 | 
							
								                                            <f:DropDownList ID="DropDownList21" runat="server">
							 | 
						||
| 
								 | 
							
								                                                <f:ListItem Text="equal to" Value="equal" />
							 | 
						||
| 
								 | 
							
								                                                <f:ListItem Text="include" Value="contain" Selected="true" />
							 | 
						||
| 
								 | 
							
								                                            </f:DropDownList>
							 | 
						||
| 
								 | 
							
								                                        </Operator>
							 | 
						||
| 
								 | 
							
								                                    </Filter>
							 | 
						||
| 
								 | 
							
								                                </f:BoundField>--%>
							 | 
						||
| 
								 | 
							
								                                <%--<f:BoundField Width="100px" DataField="To_CHA" HeaderText="To CHA" EnableFilter="true">
							 | 
						||
| 
								 | 
							
								                                    <Filter EnableMultiFilter="true" ShowMatcher="true">
							 | 
						||
| 
								 | 
							
								                                        <Operator>
							 | 
						||
| 
								 | 
							
								                                            <f:DropDownList ID="DropDownList22" runat="server">
							 | 
						||
| 
								 | 
							
								                                                <f:ListItem Text="equal to" Value="equal" />
							 | 
						||
| 
								 | 
							
								                                                <f:ListItem Text="include" Value="contain" Selected="true" />
							 | 
						||
| 
								 | 
							
								                                            </f:DropDownList>
							 | 
						||
| 
								 | 
							
								                                        </Operator>
							 | 
						||
| 
								 | 
							
								                                    </Filter>
							 | 
						||
| 
								 | 
							
								                                </f:BoundField>--%>
							 | 
						||
| 
								 | 
							
								                            </Columns>
							 | 
						||
| 
								 | 
							
								                        </f:GroupField>
							 | 
						||
| 
								 | 
							
								                        <%--<f:GroupField HeaderText="TCCC Book" TextAlign="Center">
							 | 
						||
| 
								 | 
							
								                            <Columns>
							 | 
						||
| 
								 | 
							
								                                <f:BoundField Width="100px" DataField="To_Plant" HeaderText="To Plant" EnableFilter="true">
							 | 
						||
| 
								 | 
							
								                                    <Filter EnableMultiFilter="true" ShowMatcher="true">
							 | 
						||
| 
								 | 
							
								                                        <Operator>
							 | 
						||
| 
								 | 
							
								                                            <f:DropDownList ID="DropDownList19" runat="server">
							 | 
						||
| 
								 | 
							
								                                                <f:ListItem Text="equal to" Value="equal" />
							 | 
						||
| 
								 | 
							
								                                                <f:ListItem Text="include" Value="contain" Selected="true" />
							 | 
						||
| 
								 | 
							
								                                            </f:DropDownList>
							 | 
						||
| 
								 | 
							
								                                        </Operator>
							 | 
						||
| 
								 | 
							
								                                    </Filter>
							 | 
						||
| 
								 | 
							
								                                </f:BoundField>
							 | 
						||
| 
								 | 
							
								                                <f:BoundField Width="100px" DataField="To_CHA" HeaderText="To CHA" EnableFilter="true">
							 | 
						||
| 
								 | 
							
								                                    <Filter EnableMultiFilter="true" ShowMatcher="true">
							 | 
						||
| 
								 | 
							
								                                        <Operator>
							 | 
						||
| 
								 | 
							
								                                            <f:DropDownList ID="DropDownList23" runat="server">
							 | 
						||
| 
								 | 
							
								                                                <f:ListItem Text="equal to" Value="equal" />
							 | 
						||
| 
								 | 
							
								                                                <f:ListItem Text="include" Value="contain" Selected="true" />
							 | 
						||
| 
								 | 
							
								                                            </f:DropDownList>
							 | 
						||
| 
								 | 
							
								                                        </Operator>
							 | 
						||
| 
								 | 
							
								                                    </Filter>
							 | 
						||
| 
								 | 
							
								                                </f:BoundField>
							 | 
						||
| 
								 | 
							
								                            </Columns>
							 | 
						||
| 
								 | 
							
								                        </f:GroupField>--%>
							 | 
						||
| 
								 | 
							
								                        <f:GroupField HeaderText="Construction Dossier" TextAlign="Center">
							 | 
						||
| 
								 | 
							
								                            <Columns>
							 | 
						||
| 
								 | 
							
								                                <f:BoundField Width="100px" DataField="Construction_Hard_Copy" HeaderText="Hard Copy" EnableFilter="true">
							 | 
						||
| 
								 | 
							
								                                    <Filter EnableMultiFilter="true" ShowMatcher="true">
							 | 
						||
| 
								 | 
							
								                                        <Operator>
							 | 
						||
| 
								 | 
							
								                                            <f:DropDownList ID="DropDownList24" runat="server">
							 | 
						||
| 
								 | 
							
								                                                <f:ListItem Text="equal to" Value="equal" />
							 | 
						||
| 
								 | 
							
								                                                <f:ListItem Text="include" Value="contain" Selected="true" />
							 | 
						||
| 
								 | 
							
								                                            </f:DropDownList>
							 | 
						||
| 
								 | 
							
								                                        </Operator>
							 | 
						||
| 
								 | 
							
								                                    </Filter>
							 | 
						||
| 
								 | 
							
								                                </f:BoundField>
							 | 
						||
| 
								 | 
							
								                                <f:BoundField Width="100px" DataField="Construction_PDF_in_X_Drive" HeaderText="PDF in X Drive" EnableFilter="true">
							 | 
						||
| 
								 | 
							
								                                    <Filter EnableMultiFilter="true" ShowMatcher="true">
							 | 
						||
| 
								 | 
							
								                                        <Operator>
							 | 
						||
| 
								 | 
							
								                                            <f:DropDownList ID="DropDownList25" runat="server">
							 | 
						||
| 
								 | 
							
								                                                <f:ListItem Text="equal to" Value="equal" />
							 | 
						||
| 
								 | 
							
								                                                <f:ListItem Text="include" Value="contain" Selected="true" />
							 | 
						||
| 
								 | 
							
								                                            </f:DropDownList>
							 | 
						||
| 
								 | 
							
								                                        </Operator>
							 | 
						||
| 
								 | 
							
								                                    </Filter>
							 | 
						||
| 
								 | 
							
								                                </f:BoundField>
							 | 
						||
| 
								 | 
							
								                                <%--<f:BoundField Width="100px" DataField="To_CHA" HeaderText="To CHA" EnableFilter="true">
							 | 
						||
| 
								 | 
							
								                                    <Filter EnableMultiFilter="true" ShowMatcher="true">
							 | 
						||
| 
								 | 
							
								                                        <Operator>
							 | 
						||
| 
								 | 
							
								                                            <f:DropDownList ID="DropDownList26" runat="server">
							 | 
						||
| 
								 | 
							
								                                                <f:ListItem Text="equal to" Value="equal" />
							 | 
						||
| 
								 | 
							
								                                                <f:ListItem Text="include" Value="contain" Selected="true" />
							 | 
						||
| 
								 | 
							
								                                            </f:DropDownList>
							 | 
						||
| 
								 | 
							
								                                        </Operator>
							 | 
						||
| 
								 | 
							
								                                    </Filter>
							 | 
						||
| 
								 | 
							
								                                </f:BoundField>--%>
							 | 
						||
| 
								 | 
							
								                            </Columns>
							 | 
						||
| 
								 | 
							
								                        </f:GroupField>
							 | 
						||
| 
								 | 
							
								                    </Columns>
							 | 
						||
| 
								 | 
							
								                    <PageItems>
							 | 
						||
| 
								 | 
							
								                        <f:ToolbarSeparator ID="ToolbarSeparator1" runat="server">
							 | 
						||
| 
								 | 
							
								                        </f:ToolbarSeparator>
							 | 
						||
| 
								 | 
							
								                        <f:ToolbarText ID="ToolbarText1" runat="server" Text="Number of records per page:">
							 | 
						||
| 
								 | 
							
								                        </f:ToolbarText>
							 | 
						||
| 
								 | 
							
								                        <f:DropDownList runat="server" ID="ddlPageSize" Width="80px" AutoPostBack="true"
							 | 
						||
| 
								 | 
							
								                            OnSelectedIndexChanged="ddlPageSize_SelectedIndexChanged">
							 | 
						||
| 
								 | 
							
								                            <f:ListItem Text="15" Value="15" />
							 | 
						||
| 
								 | 
							
								                            <f:ListItem Text="20" Value="20" />
							 | 
						||
| 
								 | 
							
								                            <f:ListItem Text="25" Value="25" />
							 | 
						||
| 
								 | 
							
								                        </f:DropDownList>
							 | 
						||
| 
								 | 
							
								                    </PageItems>
							 | 
						||
| 
								 | 
							
								                </f:Grid>
							 | 
						||
| 
								 | 
							
								            </Items>
							 | 
						||
| 
								 | 
							
								        </f:Panel>
							 | 
						||
| 
								 | 
							
								    </form>
							 | 
						||
| 
								 | 
							
								</body>
							 | 
						||
| 
								 | 
							
								</html>
							 | 
						||
| 
								 | 
							
								
							 |