C# – Using Ext JS in ASP.NET

asp.netc++extjsvb.net

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?

Best Solution

Mike,

The best example site out there is http://examples.extjs.eu/. Each example has a link for viewing HTML, javascript and CSS separately.

We are successfully integrating ExtJS with the ASP.NET MVC framework. A separate post detailing how to put everything together is probably in order.