Hey everyone,
I am new to asp.net and ajax. I have been programming for a while using classic ASP and VB.
I have a directory that has a bunch of pdf reports
The directory structure is has a year folder / month folder/ week folder
/2008/
/2008/01-2008/
/2008/01-2008/01-06-2008
/2008/01-2008/01-06-2008/Location_1.pdf
/2008/01-2008/01-06-2008/Location_2.pdf
/2008/01-2008/01-06-2008/Location_3.pdf
/2008/01-2008/01-06-2008/Location_4.pdf
And so on for each week of the month.
/2008/01-2008/01-13-2008
/2008/01-2008/01-20-2008
/2008/01-2008/01-27-2008
I would like to build a page that uses asp.net and possibly ajax, but was wondering if anyone knew of any exaples out there that could point me in the right direction.
I am new to asp.net and ajax. I have been programming for a while using classic ASP and VB.
I have a directory that has a bunch of pdf reports
The directory structure is has a year folder / month folder/ week folder
/2008/
/2008/01-2008/
/2008/01-2008/01-06-2008
/2008/01-2008/01-06-2008/Location_1.pdf
/2008/01-2008/01-06-2008/Location_2.pdf
/2008/01-2008/01-06-2008/Location_3.pdf
/2008/01-2008/01-06-2008/Location_4.pdf
And so on for each week of the month.
/2008/01-2008/01-13-2008
/2008/01-2008/01-20-2008
/2008/01-2008/01-27-2008
I would like to build a page that uses asp.net and possibly ajax, but was wondering if anyone knew of any exaples out there that could point me in the right direction.