Football Application
-
Hi, I would like to develop an application in ASP.NET (using c#) which would consist of an image of a football pitch and icons, each having a player's name. The user will use the mouse to drag an icon image (which represents a particular player) and drop it somewhere on the pitch image. Finally the user will save it, for it to be displayed somewhere else. Something similar to this: http://news.bbc.co.uk/sport2/hi/football/score_on_bbci/7631245.stm[^] Anyone got a solution or tutorial? Thanks :)
-
Hi, I would like to develop an application in ASP.NET (using c#) which would consist of an image of a football pitch and icons, each having a player's name. The user will use the mouse to drag an icon image (which represents a particular player) and drop it somewhere on the pitch image. Finally the user will save it, for it to be displayed somewhere else. Something similar to this: http://news.bbc.co.uk/sport2/hi/football/score_on_bbci/7631245.stm[^] Anyone got a solution or tutorial? Thanks :)
If you found a web page that does this, then read the source to see how they do it. It will be lots of javascript, ASP.NET strictly speaking, cannot do this, that is, it brings nothing to the table for this.
Christian Graus Driven to the arms of OSX by Vista. "I am new to programming world. I have been learning c# for about past four weeks. I am quite acquainted with the fundamentals of c#. Now I have to work on a project which converts given flat files to XML using the XML serialization method" - SK64 ( but the forums have stuff like this posted every day )
-
Hi, I would like to develop an application in ASP.NET (using c#) which would consist of an image of a football pitch and icons, each having a player's name. The user will use the mouse to drag an icon image (which represents a particular player) and drop it somewhere on the pitch image. Finally the user will save it, for it to be displayed somewhere else. Something similar to this: http://news.bbc.co.uk/sport2/hi/football/score_on_bbci/7631245.stm[^] Anyone got a solution or tutorial? Thanks :)