ExtJs or Ext.Net

  1. #1

    ExtJs or Ext.Net

    Dear mcgill,

    Now am developing the application using EXTJS with ASP.NET I need to achieve so many complex functionality. For example in JSON method has to return multiple Datatypes (objects,Lists,sometimes string or string array) Is it Possible ?

    Then JSON has to bind in grid on using the Ext.store with matching the fields, after that based on client selecting the grid row I want to use the Ajax.Call.request in POST method. Here my request has not going back to the server. Its shows the internal server error.Some times I also receive " H is null in Ext.debug.js file" please provide your suggestion as how to achieve this?

    Without using the "IFrame" I need to bind the ASP.NET page in one of the Tab in Ext.Tab panel ?

    If these things are not possible in EXTJS , then I can simply move on to EXT.NET.

    I referred the EXT.NET site and it states that the EXT JS library of version for 3.4 is only used in
    Ext.Net.

    May i know what is the different between EXTJS and EXT.NET because i need to explain my client. Kindly let me know.

    Which one is better to implement with ASP.NET C# ? EXTJS or EXT.NET ?

    I am waiting for your reply.

    Thanks ,
    Thilak.
  2. #2
    Quote Originally Posted by thilakmsc View Post
    I referred the EXT.NET site and it states that the EXT JS library of version for 3.4 is only used in
    Ext.Net.
    The current release of Ext.NET 2.0 (just released yesterday) includes ExtJS 4.1.

    May i know what is the different between EXTJS and EXT.NET because i need to explain my client. Kindly let me know.
    Ext.NET includes ExtJS. The server-side components generate the required ExtJS client-side configuration scripts.

    Which one is better to implement with ASP.NET C# ? EXTJS or EXT.NET ?
    My best advice is to download (http://ext.net/download/) Ext.NET and run some tests. Take a look through the Examples Explorer (https://examples2.ext.net/) for some ideas of what's possible with Ext.NET.

    Whether to use Ext.NET+ExtJS or just plain ExtJS will depend on your requirements, although Ext.NET is certainly focused 100% on providing enhanced ASP.NET support when using ExtJS. We've solved many of the issue you'll have to deal with when trying to integrate ExtJS+ASP.NET, especially when using WebForms.

    Hope this helps.
    Geoffrey McGill
    Founder

Similar Threads

  1. EXTJS 4
    By ajaxvador in forum 1.x Help
    Replies: 1
    Last Post: Jan 18, 2012, 3:46 PM
  2. EXTJS 3.0
    By speedstepmem2 in forum Licensing
    Replies: 8
    Last Post: Jun 10, 2009, 12:46 PM
  3. ExtJs Conference Q&A
    By methode in forum Open Discussions
    Replies: 1
    Last Post: Apr 22, 2009, 5:53 AM
  4. ExtJS 3.0
    By davidhoyt in forum Open Discussions
    Replies: 3
    Last Post: Dec 10, 2008, 12:52 PM
  5. COOLITE & EXTJS 2.0
    By t0ny in forum 1.x Help
    Replies: 0
    Last Post: Jul 29, 2008, 1:47 PM

Posting Permissions