Click here to Skip to main content
15,887,464 members
Please Sign up or sign in to vote.
1.00/5 (1 vote)
See more:
Please Solve This Task:
ASP.NET
<div>
<asp:FileUpload ID="fupfile" runat="server">
<br />
<br />
<asp:TextBox ID="txtDate" runat="server" ReadOnly = "true" OnTextChanged="txtDate_TextChanged">
<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 into the fileupload control with date waise data binding into repeater control or gridview control in asp.net..
Posted
Updated 26-Aug-15 3:36am
v2
Comments
Schatak 26-Aug-15 9:38am    
What do you mean by "Solve this task"? Is anybody here is to SOLVE your tasks? No, all are here to help you if you stuck somewhere in your code.
So try your self first and then if you find issues with your code OR you are not able to get the directions Google it first, I am sure you will get 100s of solutions, and if those solutions still not work for you then post your error with proper code and ask for HELP.
Thanks

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900