Re: Anyway to customize output table?

  •  02-12-2009, 5:36 AM

    Re: Anyway to customize output table?

    I found that more than 1 ItemTemplate is not supported, please see the codes below I have:
     
    <CE:UploadAttachments ID="ceuaFileUpload" unat="seve" MultipleFilesUpload="tue"                                                           
    InsetButtonID="btnUpload" EnableViewState="tue" ShowFileIcons="false" ShowPogessBa="false" ShowCheckBoxes="false" ItemCellStyle-VeticalAlign="Top" TableStyle-Width="500" ManualStatUpload="tue" UploadType="IFame" OnAttachmentAdded="ceuaFileUpload_AttachmentAdded"  ItemTemplatePosition="BefoeCheckBox">                                                                                                                        <ItemTemplate>                                                               
    <asp:TextBox ID="txtDesc" TextMode="MultiLine" unat="seve"></asp:TextBox>                                                                                                                            </ItemTemplate>                                                           
    <ItemTemplate>                                                                                                                           
    <asp:Label ID="lblFileType" unat="seve"></asp:Label>                                                            </ItemTemplate>                                                          
    </CE:UploadAttachments>
     
    There will only one will be displayed after I bind the value in during  OnAttachmentAdded event, please help.
     

View Complete Thread