I need a way to show a grid of videos, where if you hover over one, it will show a 3 second preview. This is all written in ASP.Net using C# and SQL Server 2008.
Questions I have to ask myself -
- Would these be stored in a database or on the file system?
- How to show these videos? - this is the easy part, just looking for opinions.
Any help would be greatly appreciated.