I want to build a tournament bracket website on asp.net-mvc.
I see this solution on regular asp.net but not for mvc.
Does anyone have a mvc implementation of a tournament bracket (both single and double elimination)? Maybe a jQuery plugin?
|
I want to build a tournament bracket website on asp.net-mvc. I see this solution on regular asp.net but not for mvc. Does anyone have a mvc implementation of a tournament bracket (both single and double elimination)? Maybe a jQuery plugin? |
||||
|
It's difficult to tell what is being asked here. This question is ambiguous, vague, incomplete, overly broad, or rhetorical and cannot be reasonably answered in its current form. For help clarifying this question so that it can be reopened, see the FAQ.
|
The link you have posted on the topic shows a sample that is made in Silverlight. With ASP.NET MVC you can use Silverlight too, just improve the correct data to the component and use it on the client side, but I would not recommend you use silverlight. So, There is a component to do some Tournament Bracket on client side, it is made with jQuery and Javascript. Take a look at this link: http://www.aropupu.fi/bracket/ Just provide the right data in the client side and fill the object to generate the component. With Asp.Net MVC you could create a ViewModel to do this.
|
||||
|
|