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...
Search Result
Collapse
2 results in 0.0014 seconds.
Keywords
Members
Tags
-
ASP.NET OnTextChanged issue
-
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.
...