Can't find the property 'Items' in class 'TextField'

  1. #1

    Can't find the property 'Items' in class 'TextField'

    Dynamic controls PostBack raise exception.

    Can't find the property 'Items' in class 'TextField'
    Ext.Net.ViewStateProcessor.LoadViewState(Object obj, Object state)
    Ext.Net.XControl.LoadViewState(Object state)
    --------------------------------------------------------------
    On System.Web.UI.Control.LoadViewStateRecursive(Objec t savedState)
    On System.Web.UI.Control.LoadChildViewStateByIndex(Ar rayList childState)
    On System.Web.UI.Control.LoadViewStateRecursive(Objec t savedState)
    On System.Web.UI.Control.LoadChildViewStateByIndex(Ar rayList childState)
    On System.Web.UI.Control.LoadViewStateRecursive(Objec t savedState)
    On System.Web.UI.Control.LoadChildViewStateByIndex(Ar rayList childState)
    On System.Web.UI.Control.LoadViewStateRecursive(Objec t savedState)
    On System.Web.UI.Control.AddedControl(Control control, Int32 index)
    On System.Web.UI.ControlCollection.Add(Control child)
    On System.Web.Util.CalliHelper.EventArgFunctionCaller (IntPtr fp, Object o, Object t, EventArgs e)
    On System.Web.Util.CalliEventHandlerDelegateProxy.Cal lback(Object sender, EventArgs e)
    On System.Web.UI.Control.OnLoad(EventArgs e)
    On System.Web.UI.Control.LoadRecursive()
    On System.Web.UI.Page.ProcessRequestMain(Boolean includeStagesBeforeAsyncPoint, Boolean includeStagesAfterAsyncPoint)
  2. #2
    It means that you have different control hierrarchy between requests.
    You can find many information about ViewState error in internet (it is very common ASP.NET error)

Similar Threads

  1. Replies: 4
    Last Post: Apr 25, 2012, 11:57 AM
  2. How can i find items in selectbox by value or text
    By abhi_sheklohiya in forum 1.x Help
    Replies: 0
    Last Post: Mar 27, 2012, 1:46 PM
  3. Replies: 8
    Last Post: Jul 04, 2011, 7:20 AM
  4. Combobox List Items Class
    By Tbaseflug in forum 1.x Help
    Replies: 6
    Last Post: Dec 10, 2010, 7:26 AM
  5. [CLOSED] [1.0] error: Can't find the property 'Items' in class 'Label'
    By PoloTheMonk in forum 1.x Legacy Premium Help
    Replies: 1
    Last Post: Mar 05, 2010, 7:07 AM

Posting Permissions