Click here to Skip to main content
15,886,801 members
Please Sign up or sign in to vote.
1.00/5 (1 vote)
See more:
i donot know how to get from database value to marque tag please explain...
Posted

You have to dynamically write the tag of Marquee

E.g.

<marquee behavior="slide" direction="left">"&rs.field("columnname")&"</marquee>
 
Share this answer
 
Comments
Member 11233657 14-Nov-14 7:13am    
please give me full source code
how to get database data through marque tag
Shweta N Mishra 14-Nov-14 7:15am    
I guess you got it from Kan07 answer
<marquee behavior="slide" direction="left">"<%=strValue%>("columnname")&"</marquee>


in code behind

public string strValue ="abc";
 
Share this answer
 

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900