Hi,
My data in excel format is which user will upload:
ID a b c d e
11 5 6 8 9 3
12 3 4 6 7 9
and from the front end
user will select date ranges along with browse option
Fromdate,Todate,Select excel file option and one update button.
The moment user will click on update buton the data should get stored in db(Sql server 2000) in this way.
Eg: 03/15/2010,03/19/2010,excel file selected
ID Date Value
11 03/15/2010 5
11 03/16/2010 6
11 03/17/2010 8
11 03/18/2010 9
11 03/19/2010 3
12 03/15/2010 3
12 03/16/2010 4
12 03/17/2010 6
12 03/18/2010 7
12 03/19/2010 9
i m using visual studio 2003,vb.net,sql cerver 2000.
Can any body please help me. Thanks in advance.
I need it urgent...
Thanks,
My data in excel format is which user will upload:
ID a b c d e
11 5 6 8 9 3
12 3 4 6 7 9
and from the front end
user will select date ranges along with browse option
Fromdate,Todate,Select excel file option and one update button.
The moment user will click on update buton the data should get stored in db(Sql server 2000) in this way.
Eg: 03/15/2010,03/19/2010,excel file selected
ID Date Value
11 03/15/2010 5
11 03/16/2010 6
11 03/17/2010 8
11 03/18/2010 9
11 03/19/2010 3
12 03/15/2010 3
12 03/16/2010 4
12 03/17/2010 6
12 03/18/2010 7
12 03/19/2010 9
i m using visual studio 2003,vb.net,sql cerver 2000.
Can any body please help me. Thanks in advance.
I need it urgent...
Thanks,