The best way to do this would be to use javascript to detect the key strokes and when that value is entered, trigger your code.
Do you want to trigger code on the page, or a background process?
You could have a postback happen and trigger code.
Personally, I would use JQuery to make an AJAX call to a handler. Have that do what ever code you need. This way, you are not dealing with a post back.
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.