Search Results

Type: Posts; User: RonaldR

Page 1 of 6 1 2 3 4
Search took 0.02 seconds.
  1. Yes that helps the rendering issue, now I get an Error saying, "The control with ID 'Button1' not found"

    Errors:

    The control with ID 'Button1' not found
    On the Second Tab, "The control with...
  2. Yes, that works as expected.

    Now when I load up the User Control, when there is nested Panel, the components DOES NOT show up on the screen!

    REASON:
    <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML...
  3. Basically once the user switches to another Tab, I want to remove the previous User Control and Load it back again to the ACTIVE TAB...

    I could have one (1) tab or ten (10) tabs which ALL would be...
  4. Got it thanks, but my there lies my problem...

    You mention, "you will not have access to any of the 'tab' Components within the [DirectMethod] handler, because they do not exist in the second...
  5. My updated Code:

    .cs


    I replace this

    tab.DirectEvents.Activate.Event += UpdateTimeStamp;

    with this
  6. Thanks YOU for the quick response, here you go..

    Basically the goal here is to fire the event when the User Clicks on the TAB... (The time is just a TEST below)

    MY FINAL GOAL:

    Unload the...
  7. Hey,
    Error Message: "The control with ID 'TabBreadLine1' not found"

    BUT I don't understand why I get this error because I created this control...

    .cs


    var lines =...
  8. Hi,
    I believe the problem lies when I tried to load ALL the tabs with the same User Control and the ID are the same...

    Example, "A Control with an ID of "GridPanel1" has already been initialized....
  9. Hi,
    Lets say I have four (4) lines, ONLY the first Tab loads up my User Control and the rest and just blank with my updated coded below.

    .cs


    var lines =...
  10. Hi,
    I am trying to load my existing User Control to each Tab that is creating.

    I tried 'tab.LoadContent' but it doesn't seems to work. Please help.

    .cs


    var controller = new...
  11. Geoffrey,
    Before I send out the email to the guys in infrastructure because it's not that simple, I have to go through a long process for a "Change Request on our Server" :( ...

    Below is the...
  12. No I'm NOT moving to ASP.NET. I was just testing out to see if the issues is with Ext.NET not going through our Portal/VPN.

    I need to have a solution for this issue and if the fixs needs to be on...
  13. Guys,
    I built a simple sample for AJAX postback WITHOUT Ext.NET and it works coming through the Portal/VPN to our internal network (Intranet).

    Image attached...

    4101

    index.aspx.cs
  14. YES, it fails also... (it works when accessing inside our Intranet, but fails when coming from outside the network)

    Internally - means inside our INTRANET
    Externally - means users coming in from...
  15. Response


    POST https://silverspoon.bbuconnect.com/,DanaInfo=wfb...15035,dom=1,CT=sxml+index.aspx?_dc=1334177431152

    200 OK
    209ms
    ,DanaI...0000000 (line 1979)
    ParamsHeadersPostResponseHTML
  16. Guys,
    I created a very simple version as you requested and same error occurs.

    Home.ascx


    <ext:Container ID="Container1" runat="server" LabelAlign="Top" Layout="Form">
    ...
  17. You are correct, it Always fails when I get to a 'DirectMethod'

    I don't have a Server.Transfer

    But it seems to fail here when it goes to the DirectMethod


    [DirectMethod(Namespace =...
  18. Ok, I'll try by creating a simple page and working my way up.

    My previous post was with in regards to the curent situation.
  19. This is the response I get back when I click on the option and the window pops up.



    <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"...
  20. Instead of having the window popup saying, "Request Failure" saying "BADRESPONSE: Syntax error"

    Can I have catch the correct error message and display it ??

    I'm really running out of time and I...
  21. Seems like the Error is on this Line:
    o.conn.send(postData || null);

    .js


    // private
    function asyncRequest(method, uri, callback, postData) {
    var o =...
  22. I can try this, but how do I increase the .Timeout property of the DirectEvent if its wired up like this ??

    .cs


    [DirectMethod(Namespace = "Dashboard")]
    public void...
  23. <?xml version="1.0"?>
    <configuration>
    <configSections>
    <sectionGroup name="system.web.extensions" type="System.Web.Configuration.SystemWebExtensionsSectionGroup, System.Web.Extensions,...
  24. Geoffrey,
    I just sent you the Credentials to our Development Region to your email...

    Maybe this can help you, help me better.
  25. When I look at the response with Firebug, there is nothing...

    4067
Results 1 to 25 of 139
Page 1 of 6 1 2 3 4