Ext.net中如何使用Extjs代码

http://www.ext.net.cn/forum.php?mod=viewthread&tid=1748

首先要拖拽一个ResourcePlaceHolder控件将Mode设置为script

    <ext:ResourcePlaceHolder ID="ResourcePlaceHolder1" Mode="Script" runat="server">

  </ext:ResourcePlaceHolder>

好了 。 结束了 然后你就可以用Extjs的代码了 。 但是需要选择正确ext.net对应的Extjs版本 。

        Ext.onReady(function () {

            GetData();

            //App.direct.GetJosnData('Default.aspx');

        });

 

你可能感兴趣的:(Ext.net中如何使用Extjs代码)