Ticket Resellers

I found this list of the top secondary market ticket resellers:

http://www.ticketnews.com/view/TopSecondarySellers

1. StubHub!
2. TicketsNow
3. TicketLiquidator
4. Coast to Coast Tickets
5. TickCo Premium Seating
6. RazorGator
7. GoTickets.com
8. Ticket Solutions
9. Online Seats
10. ABC Tickets
11. Tickets Plus
12. CheapPricedTickets
13. Ticket Specialists
14. Ticket City
15. BuySellTix.com
16. SeatData.com
17. Barry’s Tickets
18. Vivid Seats
19. Team One Tickets & Sports Tours
20. Ticket Triangle

Source: TicketNews.com

ASP.NET AJAX Errors

I have been getting a few errors when trying to use the asp.net ajax framework.

The one error message is:

Error: Sys.ArgumentTypeException: Object of type ‘Sys_Application’ cannot be converted to type ‘Sys._Application’/

Parameter name: instance

This is caused by having SmartNavigation turned on for the page. 

The other error I was getting was this Sys.ArgumentOutOfRangeException.  Value must be an integer.  Parameter name: X.  Actual value was NaN.

This error is caused by using a “yes” or “no” for “frameborder” for a frame.

Yes and No are valid entries but the framework is expecting a “1” or a “0”.