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..