Hi,

in many examples on your web site in the Panel or FormPanel object is used the tag property Items

 <ext:FormPanel 
            ID="UserForm" 
            runat="server"
            Icon="User"
            Frame="true"
            LabelAlign="Right"
            Title="User -- All fields are required"
            Width="500">
            <Items>



	    .......


	    </Items>

The problem is that when I try to compile the web site I obtain the following error message



The property 'Items' cannot be setted in declarative mode