Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations TouchToneTommy on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

adding a maquee at runtime

Status
Not open for further replies.

minckle

Programmer
Mar 17, 2004
142
GB
Ive got a marquee on my webpage, ideally i want to display the contents off a db field. I can get the field into a string in my app, but how do i go about using this string in the marquee. im getting the string using vb/server-side code

is it possible??? and if so, how???

 
Right click the marquee you placed on your page and choose Run As Server Control.

Then you can refernce specific propeties:

Marquee.InnerText = "Your Text String here"

Jim
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top