HowardMarks
MIS
Hi there, I wonder if anyone could suggest anything to help my situation.
I want to create an extremely large grid (something in the region of 150 squares by 500 squares) which is displayed on a web page. Each square must be clickable and have the ability to enter some information for that particular square. Imagine something along the lines of
Once information has been entered for a square, it is turned into a particular color and has a rollover for that information.
Its fairly easy to achieve this using ASP to draw out a huge table with each cell containing a blank image which links to a page where the information is inputted. The trouble with this is the page takes about a year to load as it loops through each row and cell and makes a db call for each one.
Can anyone suggest an alternative way in which this could be done, to provide a grid that loads much faster?
Many thanks in advance
Nick
Nick (Webmaster)
I want to create an extremely large grid (something in the region of 150 squares by 500 squares) which is displayed on a web page. Each square must be clickable and have the ability to enter some information for that particular square. Imagine something along the lines of
Once information has been entered for a square, it is turned into a particular color and has a rollover for that information.
Its fairly easy to achieve this using ASP to draw out a huge table with each cell containing a blank image which links to a page where the information is inputted. The trouble with this is the page takes about a year to load as it loops through each row and cell and makes a db call for each one.
Can anyone suggest an alternative way in which this could be done, to provide a grid that loads much faster?
Many thanks in advance
Nick
Nick (Webmaster)