Hello,
Any suggestions anyone can provide would be greatly appreciated. I haven't started actual development of this ASP page yet. I just thought I would get some expert opinions before I proceed.
For each record I will have 29 fields of data. Fld1, Fld2, Fld3, Fld4, Fld5 and Months 1 - 24.
I need to display Fld1 - Fld5 at all times. However, I would like to display only 6 months at any given time.
On the initial load, I will automatically display the first six months and allow the user to click a "Next 6 Months" button to view the next 6 months repeatedly until months 19 - 24 are displayed.
I guess my question is, do I have to hit the server everytime to retrieve the next six months or can I store the data in an array or another data holder method for quicker access?
This isn't a rush job, but I thought I would throw it out there for anyone who might have done something like this before. One other point I should make is I am developing for use within a NetScape browser.
Thx for any ideas offered.
finny
Any suggestions anyone can provide would be greatly appreciated. I haven't started actual development of this ASP page yet. I just thought I would get some expert opinions before I proceed.
For each record I will have 29 fields of data. Fld1, Fld2, Fld3, Fld4, Fld5 and Months 1 - 24.
I need to display Fld1 - Fld5 at all times. However, I would like to display only 6 months at any given time.
On the initial load, I will automatically display the first six months and allow the user to click a "Next 6 Months" button to view the next 6 months repeatedly until months 19 - 24 are displayed.
I guess my question is, do I have to hit the server everytime to retrieve the next six months or can I store the data in an array or another data holder method for quicker access?
This isn't a rush job, but I thought I would throw it out there for anyone who might have done something like this before. One other point I should make is I am developing for use within a NetScape browser.
Thx for any ideas offered.
finny