Hi
Im using file upload button to upload the files im displaying the sucess message in the label
<asp:FileUpload ID="FileUpload1" runat="server" AllowMultiple="True" Height="25px" Width="250px" />
After uploading the files message will be displayed..but if i again click on browse last uploded sucess message is displaying.
page has to refresh or message label must set to visible false when i click browse to upload files is their any way to do?