JavaScript and repeater

  • Thread starter Thread starter Tomislav Bartolin
  • Start date Start date
T

Tomislav Bartolin

Hi,

I have a very limited knowledge of JavaScript so any help would be
appreciated.
I have to modify an existing JavaScript code which performs some simple text
scrolling.
The text to scroll is defined in a script variable like this:

var content = 'some text and HTML formatting...';

Is there a way to populate this variable on the server with data from a
database, by using a databinded repeater control?

Thanks
 
Back
Top