I have developed a javascript 'application' and have been using test data in it, it has come time to put a database behind it and I am having quite a bit more trouble than I intially imagined. I have spent a while trying to learn the difference between client-side and server-side, but still cannot bring it all together.
My situation seems to be pretty basic. I want to read row by row through a database using ASP.net (VB.net) and call a javascript function that will creave divs on a page based on this information. My problem is that I cannot figure out how to pass the database information into the function.... ideas?



Reply With Quote

Bookmarks