/t5/dreamweaver-discussions/auto-indexing-database-results/td-p/60091Oct 18, 2006
Oct 18, 2006
Copy link to clipboard
Copied
I have a request from my development committee to create
scrolling list of employee birthdays. I created a view in
SQL-Server for this. They would like the ASP.NET page to display
this list . . . but they would like the list to autoscroll to
today's birthdays by default, when the page opens. Is there a way
to accomplish this?
/t5/dreamweaver-discussions/auto-indexing-database-results/m-p/60092#M173723Oct 19, 2006
Oct 19, 2006
Copy link to clipboard
Copied
LATEST
Hi sbrenier,
Why don't you just create an extra column in the database
that displays todays date? I think you could use date() or
something similar. Then you could SORT the date Ascending and you
would be sorted!