Hello,....

How Can I Retrieve Data(images in binary Format) From DataBase and display it in a marquee,

I Khow how To display it Gridview but i dont know how to display it in Marquee
Please Help

thanx :)

Recommended Answers

All 2 Replies

Place GridView Control inside the Marquee tag.

<marquee>
   <GridView id="GridView1" RunAt="Server">
      ....
   </GridView>
 </marquee>

The more appropriate way of doing it would be to use JavaScript to move the images as a marquee, being as the marquee tag has been deprecated and will cause the browser to render in quirks mode, if it has one.

Be a part of the DaniWeb community

We're a friendly, industry-focused community of developers, IT pros, digital marketers, and technology enthusiasts meeting, networking, learning, and sharing knowledge.