Search Results

Type: Posts; User: santosbj

Search took 0.01 seconds.
  1. I found the problema in the store stGroup, just in the Listener, when remove the load listener, the page work fine!!


    <ext:Store ID="stGroup" runat="server">
    ...
  2. No errors is present but this is the code generated.



    <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
    <html...
  3. Hi,

    adding Delay="10" and the problem persist, the tab in the picture is a IFRAME, loading the page posted in the thread,
    Ext.Net not draw the page.

    Thanks!!!
  4. This code work fine un RC1 but in RC2 the page display nothing, but the code html and javascript is rendered.


    <%@ Page Language="vb" AutoEventWireup="false" CodeBehind="Lista.aspx.vb"...
  5. Hello,

    I upgrade my app from Ext.Net RC1 to RC2, then the application stop work!!!!. what's consideration i need to perform this upgrade ?, what's changes is maded to RC2 from RC1.

    please help...
  6. Thread: X.Js

    by santosbj
    Thaks, it's work fine.
  7. Thread: X.Js

    by santosbj
    Hi,

    yes, i import the Ext.Net.



    but the error is not for reference.

    i attach the image with the problem.
  8. Thread: X.Js

    by santosbj
    Hi,

    I probe the Dynamic gridpanel, like the sample (preview 1.0), the code is vb.net, when try this


    X.Js.Call("removeFromCache", id)


    Visula Studio inform about "Js" is not member of X.
  9. Thread: Ext.net.Store

    by santosbj
    When, create an Store in html designer (.aspx) and run the aplication the Store is definen in JavaScript like this



    Ext.onReady(function(){Ext.QuickTips.init();
    this.Store1=new Ext.net.Store(...
  10. Hi,


    I need to send parameters to ws, can help me?.


    this code work fine if the ws not need parameters
  11. Hi,

    I need populate ComboBox from WebService method, i take this code



    <ext:ResourceManager ID="ResourceManager1" runat="server" />
    <ext:Store ID="Store1" runat="server" AutoLoad="false">
    ...
  12. Thank for you answer, am using the Coolite 1.0 preview

    But,




    X.Msg.......
  13. I create the method LoadList in server side


    this is the configuration to call this method when page is loaded in the client



    <ext:ResourceManager ID="ResourceManager1"...
Results 1 to 13 of 13