How to use Ext.net control in MVC 3?

  1. #1

    How to use Ext.net control in MVC 3?

    i want to use Ext.net control in aspnet mvc 3 but i can not do that. Can you help me?
    
    <h2>List</h2>
    <div>
            <% Ext.Net.TabPanel tb = new TabPanel() { ID="tb1", Height = 300 };
               tb.Items.Add(new Ext.Net.Panel() { ID = "1", Title = "Test" });
               this.Page.Controls.Add(tb);
    
            %>
        </div>
    But no result return to me ERROR:

    Collection was modified; enumeration operation may not execute. Description: An unhandled exception occurred during the execution of the current web request. Please review the stack trace for more information about the error and where it originated in the code.

    Exception Details: System.InvalidOperationException: Collection was modified; enumeration operation may not execute.
    Last edited by Daniil; Mar 29, 2012 at 8:56 PM. Reason: Please use [CODE] tags

Similar Threads

  1. Replies: 7
    Last Post: Jan 29, 2013, 11:59 AM
  2. Replies: 0
    Last Post: May 16, 2012, 11:29 PM
  3. Replies: 6
    Last Post: Dec 07, 2011, 12:55 PM
  4. Replies: 8
    Last Post: Jan 25, 2011, 4:21 AM
  5. Replies: 4
    Last Post: Feb 23, 2010, 7:38 AM

Tags for this Thread

Posting Permissions