jamal basha

jamal basha

  • NA
  • 97
  • 19.4k

fileupload control in asp.net..

Sep 15 2015 12:23 AM
<asp:FileUpload ID="FileUpload1" runat="server" />
<br />
<asp:Button ID="Button1" runat="server" OnClick="Button1_Click" Text="Save To Db" />
<br />
<asp:Label ID="lblFileMsg" runat="server" Text="Label"></asp:Label>
 
this is my task..when we select excel file help of fileuploader that file save into the database..plzsend me .cs code as soon as possible.. 

Answers (8)