Application.DoEvents in ASP.Net?
-
-
Actually my web application is link to a scanner where tags/bar code goes over the scanner, the tag number will be display in a listbox. There are a DO loop in the program checking whether any tags had been scanned. If yes, the program will display the tag in a listbox. Else the program will continue to loop till the user press stop scan. At first i thought in web application, there is functions such as Application.DoEvents which will process the event once it detect user input. Any idea on how to display tag numbers which were scanned and display it in the list box on shot without refresh the page? Please help. Thanks alot.
-
Actually my web application is link to a scanner where tags/bar code goes over the scanner, the tag number will be display in a listbox. There are a DO loop in the program checking whether any tags had been scanned. If yes, the program will display the tag in a listbox. Else the program will continue to loop till the user press stop scan. At first i thought in web application, there is functions such as Application.DoEvents which will process the event once it detect user input. Any idea on how to display tag numbers which were scanned and display it in the list box on shot without refresh the page? Please help. Thanks alot.
-
You can use a client control or server control with client script to achieve this by using AJAX
:mad:
Sathik