<
CuteWebUI:UploadAttachments InsertText="Upload " runat="server"
ID="Attachments1" MultipleFilesUpload="true" ValidateOption-AllowedFileExtensions="jpeg,jpg,gif,png" ValidateOption-MaxSizeKB="200" OnAttachmentRemoveClicked="Attachments1_AttachmentDelete">
</CuteWebUI:UploadAttachments>
iam using above tage inside the div tag. after uploading files the div tag disappears.
is there any solution.