Help! onchange only works if user uses arrows keys for a dropdownlist

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • BiffMaGriff
    New Member
    • Aug 2007
    • 39

    Help! onchange only works if user uses arrows keys for a dropdownlist

    Hello,

    I'm doing something fairly simple. I have 2 drop down lists, the 2nd is inside an update panel. When I choose a value in the first list the 2nd list gets populated.
    This works fine on my machine and others when connecting to my website, however, my primary client's machine does not play nice. When the user selects a value in the first dropdown using the mouse i get an immediate asyncpostback timeout error. But if I use the arrow keys the drop down lists work as expected.

    The internet explorer version is the exact same as mine and all the internet settings are the same as mine. Could this be some sort of missing windows update error? I'm really scratching my head on this one.

    Thoughts anyone?
  • BiffMaGriff
    New Member
    • Aug 2007
    • 39

    #2
    I changed
    <ajaxToolkit:To olkitScriptMana ger ID="ToolkitScri ptManager1" runat="server"
    AsyncPostBackTi meout="36000" />
    to
    <ajaxToolkit:To olkitScriptMana ger ID="ToolkitScri ptManager1" runat="server"
    AsyncPostBackTi meout="600" />

    and it all works....

    whyyyyyyyyyyyyy yy?

    Comment

    • Frinavale
      Recognized Expert Expert
      • Oct 2006
      • 9749

      #3
      Well the Ajax Control Toolkit page is not loading for me today but my guess would be that your timeout range was invalid.......

      Comment

      • BiffMaGriff
        New Member
        • Aug 2007
        • 39

        #4
        Yeah but why would it work on some machines and not others :(

        Comment

        Working...