<Asp: Repeater ID = "Repeater1" runat = "server" Onitemdatabound = "repeaterincluitemdatabound"> <HeaderTemplate> <Table border = "0" cellspacing = "0" cellpadding = "0" width = "100%"> <Tr> </HeaderTemplate> <ItemTemplate> <Td class = "list_table_in"> <Span class = "leaderTitle"> executives: <a href = '/LeaderSchedule/_ layouts/LS/LeaderDetail. aspx? LoginName = <% # Eval ("LoginName") %> '> <% # Eval ("UserName") %> </a> </span> <asp: gridView ID = "gv_InRep" runat = "server" AutoGenerateColumns = "False" AllowSorting = "True" OnRowCreated = "GV_DoneList_RowCreated" OnSorting = "GV_DoneList_Sorting" AllowPaging = "True" CssClass = "tasklisttbl" Width = "100%" OnRowDataBound = "GV_DoneList_RowDataBound" EnableModelValidation = "True"> <AlternatingRowStyle BackColor = "# FDFEFF"/> <HeaderStyle HorizontalAlign = "Center" ForeColor = "Black" Height = "20"/> <RowStyle HorizontalAlign = "Center" Height = "26px"/> <Columns> <Asp: BoundField HeaderText = "Date" ItemStyle-CssClass = "custom" DataField = "Date" SortExpression = "Date"> & Lt; ItemStyle Width = "15% "/ </Asp: BoundField> <Asp: BoundField HeaderText = "Time" DataField = "Time" SortExpression = "Time"> & Lt; ItemStyle Width = "11% "/ </Asp: BoundField> <Asp: BoundField HeaderText = "Work Arrangement" DataField = "WorkPlan" SortExpression = "WorkPlan"> & Lt; ItemStyle Width = "11% "/ </Asp: BoundField> <Asp: BoundField HeaderText = "location" DataField = "Place" SortExpression = "Place"> <ItemStyle Width = "11%"/> </Asp: BoundField> </Columns> <PagerTemplate> </PagerTemplate> </Asp: GridView> </Td> <Asp: Literal ID = "Literal1" runat = "server" Text = '<% # Eval ("Flag") %>'> </asp: Literal> </ItemTemplate> <FooterTemplate> </Tr> </table> </FooterTemplate> </Asp: Repeater> |