ItemTemplate Header

Last post 11-13-2008, 1:25 PM by cutechat. 1 replies.
Sort Posts: Previous Next
  •  11-12-2008, 5:36 PM 45673

    ItemTemplate Header

    I have the following code for a multiple file uploader. Nothing special except for the extra textbox which I am using for capturing extra meta-data about the file.
     
            <cutewebui:uploadattachments ShowFileIcons="true" id="uaMultipleDocuments" runat="server" InsertText="Select files to upload" >
                <INSERTBUTTONSTYLE/>
                <HeaderRowStyle CssClass="Heading" />
                <ItemTemplate><asp:TextBox ID="txtDescription" runat="server"></asp:TextBox></ItemTemplate>
                <ValidateOption MaxSizeKB="10240" />
            </cutewebui:uploadattachments>

    How do I add a header to the extra column with the textbox?? I haven't been able to find a property anywhere which will allow me to do this..
     
  •  11-13-2008, 1:25 PM 45703 in reply to 45673

    Re: ItemTemplate Header

    Hi,
     
    Please use TableHeaderTemplate="<td>...</td><td>...</td>"
     
    Regards,
    Terry
View as RSS news feed in XML