jamal basha

jamal basha

  • NA
  • 97
  • 19.4k

Fileupload control with help of calendar control in asp.net,

Aug 25 2015 6:58 AM
<div>
<asp:FileUpload ID="fupfile" runat="server"/>
<br />
<br />
<asp:TextBox ID="txtDate" runat="server" ReadOnly = "true" OnTextChanged="txtDate_TextChanged"></asp:TextBox>
<br />
<asp:Button Text="Generate" ID="btngenerare" runat="server" OnClick="btngenerare_Click" />
<asp:repeater id="rep1" runat="server/>"
</div>
//
 
Hello Frnds this My Actual task... when we are click upload control then select a txtfile or pdf file in ur pc and choose the date from calendar control and then we clicked on the button then bind the data what we selected into the fileupload control with date waise binding into repeater control or gridview control in asp.net..