Click to See Complete Forum and Search --> : Open Connection Data...


servlan
09-13-2004, 09:09 AM
Dear all,

I have a webpage that fetches information from a AREA map image html function. The map coordinates and text is contained in a seperate file (ie file.map).

I would however like this information to come from either an Excel file or SQL db. I have used datagrids before, but I think somehow what I need is a little different!

Please help

Thanks
Paul.

PeOfEo
09-13-2004, 07:49 PM
use the repeater control, it can give you more control over the structure your data takes. You can also do it old asp stile where you write a loop to go through the data set.

servlan
09-14-2004, 04:46 AM
Do you have any links for the repeater function?

Regards
Paul.

PeOfEo
09-14-2004, 04:49 AM
http://www.asp101.com/articles/john/repeater/default.asp
http://www.sitepoint.com/article/asp-net-repeater-control
http://www.dotnetjunkies.com/Tutorial/4365153F-D2F5-4C77-9FE7-94DD1AAF6F98.dcik
http://www.codeproject.com/useritems/RepeaterWithControl.asp

servlan
09-23-2004, 12:55 AM
Thanks for this....

Cheers
Paul