Using Ext JS in ASP.NET [closed]

2020-02-17 08:13发布

I don’t have advanced knowledge in JavaScript, and I am trying to learn how to use Ext JS framework in ASP.NET (C# or VB.NET) environment. I’ve got couple of samples, but was unable get the project working. Is there such as website or book so I can go a read up about Ext JS in more details and how can I include this into my website?

13条回答
Luminary・发光体
2楼-- · 2020-02-17 08:34

Also see http://www.coolite.com/ (Just providing the link and in no way endorsing it, as I haven't really seen it in action.)

查看更多
干净又极端
3楼-- · 2020-02-17 08:36

I suppose you've been all through the samples at Sencha

You really need to read this entire post Secrets of the JavaScript Ninjas (2008-08-13) to decide if Ext JS is a better choice.

If you decide to stick with Ext JS , you may find Ext JS Extender Controls useful.

查看更多
你好瞎i
4楼-- · 2020-02-17 08:38

The best ASP.Net MVC Tag Library for the popular ExtJS framework. Website:http://www.mvcnext.com

MVCnExt simplifies ExtJs for ASP.Net MVC.

Makes it easier for to integrate ExtJs compoments for ASP.Net MVC.

查看更多
放我归山
5楼-- · 2020-02-17 08:38

Please have a look here The project contains an ExtJS 3.3.1 import library for Script# compiler which you can use to code your ExtJS scripts in C#.

查看更多
爷的心禁止访问
6楼-- · 2020-02-17 08:39

Take a look at the Script# project. It, at build time, generates JavaScript from your C# and is particularly good for writing desktop-like applications.

查看更多
淡お忘
7楼-- · 2020-02-17 08:45

The best implementation of ExtJS over MVC I have found at http://www.sencha.com/forum/showthread.php?t=72245 . It is not too superfluously implemented but it's enough mature.

查看更多
登录 后发表回答