Hello,
I have a listview that has shows a startdate enddate starttime endtime. I want to have it only display startdate unless the enddate is not equal to the startdate. For example is the row had a startdate & enddata that were the same I would like for the enddate to be set as visable = false. I have tried the code below but cant seem to get it to work, any help would be great.
Thanks
<ItemTemplate> <li class="rlvI"> <asp:Label ID="SubjectLabel" runat="server" Text='<%# Eval("Subject") %>' /> <asp:Label ID="DescriptionLabel" runat="server" Text='<%# Eval("Description") %>' /> <asp:Label ID="StartDateLabel" runat="server" Text='<%# Eval("StartDate", "{0:MMMM dd}") %>' /> <asp:Label ID="EndDateLabel" runat="server" Text='<%# Eval("EndDate", "{0:MMMM dd}") %>' /> <asp:Label ID="StartTimeLabel" runat="server" Text='<%# Eval("StartTime","{0:t}") %>' /> <asp:Label ID="EndTimeLabel" runat="server" Text='<%# Eval("EndTime","{0:t}") %>' /> </li> </ItemTemplate>We have Rad editor lite for MOSS 2007 and use the RadHtmlField control in the publishing layouts to render the RichHtml fields. When we place a picture or a link into the field in edit mode using absolute path within sharepoint sites and then publish the page. All urls are converted to relative url. Unfortunately deactivating/reactivating StripAbsoluteAnchorPaths and StripAbsoluteImagesPaths only works in edit mode. Urls became relative after the page is published.
We want to keep urls the same way we've entered them in edit mode.
Please advise.
Thank you!!
The icon of a creeping RadComboBox items shown out of square with Internet Explorer 9 in the last release that launched Telerik Q1 2011.
IE Version: 9.0.8112.16421
When I fix it?
http://demos.telerik.com/aspnet-ajax/combobox/examples/default/defaultcs.aspx
Attach Image!!!
| <Telerik:RadGrid Height ="612" ID="Results" HorizontalAlign="Center" runat="server" AllowPaging="True" AllowSorting="True" |
| Font-Names="Tahoma" OnItemCommand="Results_OnItemCommand" GridLines="None" Skin="Office2007" |
| OnPreRender="Results_PreRender" OnExcelExportCellFormatting="dgResults_ExcelExportCellFormatting" OnPageSizeChanged ="dgResults_pageSizeChanged"> |
| <MasterTableView Width ="98.5%" TableLayout="auto" GroupLoadMode ="client" DataKeyNames ="General ID" > |
| <Columns> |
| </Columns> |
| <NestedViewSettings DataSourceID="AccessDataSource1"> |
| <ParentTableRelation> |
| <telerik:GridRelationFields DetailKeyField="GeneralID" MasterKeyField="General ID" /> |
| </ParentTableRelation> |
| </NestedViewSettings> |
| <NestedViewTemplate> |
| <asp:Panel runat="server" ID="InnerContainer" CssClass ="viewWrap" Visible="false"> |
| <telerik:radGrid HorizontalAlign ="center" ID ="dgResutls_inner" runat ="server" OnNeedDataSource ="inner_needDataSource" AllowPaging="True" AllowSorting="True" Skin="Office2007" > |
| <AlternatingItemStyle Font-Size="8pt" CssClass="MyAlternatingClass" wrap="False"/> |
| <ItemStyle Font-Names="Tahoma" Font-Size="8pt" CssClass ="MyClass" wrap="False" /> |
| <HeaderStyle Font-Bold="True" Font-Size="9pt" ForeColor="Black" Wrap="False" HorizontalAlign="Center" /> |
| <ClientSettings > |
| <Selecting AllowRowSelect ="true" /> |
| </ClientSettings> |
| <MasterTableView TableLayout ="auto" > |
| </MasterTableView> |
| </telerik:radGrid> |
| </asp:Panel> |
| </NestedViewTemplate> |
| </MasterTableView> |
| </Telerik:RadGrid> |
| <asp:ObjectDataSource ID="ObjectDataSource1" runat="server" SelectMethod="GetResults" UpdateMethod="GetResults" InsertMethod="GetResults" TypeName="iFindSearchDB"></asp:ObjectDataSource> |
| <asp:AccessDataSource ID="AccessDataSource1" runat="server" DataFile="stage.mdb" SelectCommand="SELECT * FROM [stage] where GeneralID=@GeneralID"> |
| <SelectParameters> |
| <asp:SessionParameter Name="GeneralID" SessionField="GeneralID" Type="Int32" /> |
| </SelectParameters> |
| </asp:AccessDataSource> |