Fileupload control
This is jamal..I have one task,,first of all we can create fileupload control and beside fileupload control one calendar control is there and below as text=generate button ,,when we have select file and date in calendar control then daily wise reports genarate in grid view or repeater control..
jamal bashaPosted Aug 24, 2015, 11:24 PM
$(function () {
$("[id$=txtDate]").datepicker({
showOn: 'button',
buttonImageOnly: true,
buttonImage: 'http://jqueryui.com/demos/datepicker/images/calendar.gif'
});
});
Danish HabibPosted Aug 24, 2015, 8:07 AM