开发者

How Display data in asp.net Like www.visualthesaurus.com display Thesaurus [closed]

Closed. This question does not meet Stack Overflow guidelines. It 开发者_C百科is not currently accepting answers.

Questions asking for code must demonstrate a minimal understanding of the problem being solved. Include attempted solutions, why they didn't work, and the expected results. See also: Stack Overflow question checklist

Closed 8 years ago.

Improve this question

I want to visually display my data on asp.net website as www.visualthesaurus.com display for thesaurus. When the user click on the node then next child node displayed I want to know is this possible in asp.net. Give me some idea or any api by which we can achieve this functionality in our website. Some sourcecode also welcome.


They have written it in Java.

Asp.net is a server side language and could be used to do the server side code. But thats the easy part.

To do a front end like that using pure html / javascript might be possible if you were very good. I would use JQuery to do the graphics and animation, cos that makes it easy to deal with these tricky areas cross-browser.

You would have to really craft your code to be as optimised as possible to get any sort of performance out of javascript.

Maybe silverlight could do it.. I dont know much about it.

0

上一篇:

下一篇:

精彩评论

暂无评论...
验证码 换一张
取 消

最新问答

问答排行榜