Search Result

Collapse
2 results in 0.0014 seconds.
Keywords
Members
Tags
ontextchanged
  •  

  • AndrewK
    started a topic ASP.NET OnTextChanged issue

    ASP.NET OnTextChanged issue

    Hi,

    I wonder if anyone has any ideas regarding the following issue I have.

    I have a form with multple Textboxes. One of the Textboxes uses 'OnTextChanged' to retrieve information from a database using the information keyed into the Textbox.
    My problem is that the user will click or tab to another Textbox, the data is retrieved successfully, but, when the form is available again, the textbox that the user clicked...
    See more | Go to post

  • Alex Nitulescu
    Guest started a topic JavaScript for OnTextChanged event.

    JavaScript for OnTextChanged event.

    Hi.

    I have created a web-based file manager. Now I'd like to watch a folder for
    changes, and when a change occurs I'd like to refresh my page.
    Okay. So I have created a FileSystemWatch er set on the folder I need to
    watch. It works fine. The problem occurs when I need to trigger an automatic
    Refresh.
    So I added two handlers - OnChanged and OnRename, in the same class as my
    filemanager.

    ...
    See more | Go to post
Working...