User29410129 posted
Progress bar that tell the uploading file status. how to implement it in asp .net ?
//update panel start
<asp:FileUpload runat="server" ID="file_upload_content" Width="300"/>
<asp:Button ID="btn_upload_content" runat="server" Text="Upload" Font-Bold="true" Width="100" Height="35" OnClick="btn_upload_content_Click" />
//update panel end