Click here to Skip to main content
15,887,776 members
Please Sign up or sign in to vote.
2.33/5 (2 votes)
See more:
i have a faculty table and participant table, i want to pick up name, pbno, division from these two tables where birth date is equal to current date and displayed on web page in a single line continuously moving from left to write. pls any one help me how to do this.

What I have tried:

i tried gridview, it shows result but i wanted to display in a single line with multiple names moving from left to write
Posted
Updated 30-Apr-23 18:30pm

1 solution

You can do that with HTML Marquee.
Please refer following tutorial-
HTML Marquees[^]

If you want data to be bound dynamically, then you can make use of ASP.Net Repeater control to do so and for that please refer following links-
Marquee with repeater control with data fetched from SQLDatabase[^]
marquee tag using datalist in asp .net[^]
How to apply marquee in Datalist and Repeater Control? | Chandradev's Blog[^]

In case you have further queries or difficulties in implementing this, please let me know.
Hope, it helps :)
 
Share this answer
 
Comments
Member 12657513 29-Jul-16 4:11am    
actually i want to display division name hyphen(-),name, in bracket(pbno). who are all having birthday of current date.
for example like shown below
Happy Birthday
HMA-Santhosh T P(12345), aircraft-Ramesh T(56789), ARDC-Rajesh K A(54236),....

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