[CLOSED] Update panel in 4.0

Threaded View

Previous Post Previous Post   Next Post Next Post
  1. #1

    [CLOSED] Update panel in 4.0

    In the process of migrate from coolite 0.7 to Ext.Net 4. We have the next code to update a panel in coolite.

    <ext:Panel 
        ID="PanelConta" 
        runat="server" 
        Border="true"
        AnchorVertical="100%" 
        AnchorHorizontal="100%"
        Layout="FormLayout" 
        Region="Center">
        <DirectEvents>
            <Update OnEvent="Panel_Update" />
        </DirectEvents>
    </ext:Panel>
    The Update command not exist in ext.net. What will be the way to do this?
    Last edited by fabricio.murta; Nov 22, 2018 at 5:41 PM.

Similar Threads

  1. [CLOSED] How to show mask on ajax update panel update
    By egvt in forum 1.x Legacy Premium Help
    Replies: 2
    Last Post: May 18, 2012, 9:36 PM
  2. Replies: 4
    Last Post: Apr 22, 2011, 9:30 PM
  3. [CLOSED] Update ASP Update Panel with Direct Event
    By sharif in forum 1.x Legacy Premium Help
    Replies: 3
    Last Post: Jun 24, 2010, 12:48 AM
  4. Update Panel from Tree Panel selection
    By Marius.Serban in forum 1.x Help
    Replies: 1
    Last Post: May 07, 2009, 6:36 AM
  5. Replies: 3
    Last Post: Sep 13, 2008, 10:09 AM

Posting Permissions