Exit
  • Global community
    • Language:
      • Deutsch
      • English
      • Español
      • Français
      • Português
  • 日本語コミュニティ
  • 한국 커뮤니티
0

Auto Indexing Database Results

New Here ,
Oct 18, 2006 Oct 18, 2006
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?
TOPICS
Server side applications
236
Translate
Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
Explorer ,
Oct 19, 2006 Oct 19, 2006
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!

Regards, Adam
Translate
Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines