Skip to main content
Participant
October 18, 2006
Question

Auto Indexing Database Results

  • October 18, 2006
  • 1 reply
  • 231 views
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?
This topic has been closed for replies.

1 reply

Inspiring
October 20, 2006
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!

Regards, Adam