jamal basha

jamal basha

  • NA
  • 97
  • 10.5k

file upload control with help of calendar control asp.net

Aug 26 2015 1:49 AM
 Please Solve This Task:
<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>
HelloFrnds, 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  file with date waise  data binding into repeater control or gridview control in asp.net..
 
 
please solve

Answers (1)