The project is to create a three option rating system writen in Asp.Net/C# that implements a control very similar to the voting element used on Stack Overflow, but also includes an ignore option. The control should consist of an image on top for vote up, a vote count area, an image on the bottom for vote down, and an image below that for ignore. When an image is clicked, ajax should be used to persist the vote to a sql server database using Subsonic and the vote count area should be updated....