I have found a scenario where server code is bypassed and is happening a lot on my web app.
A drop down list of contacts - the client types in the first letter or two and the required name is found. AutoComplete now "accepts" the name without them clicking on the list so all server side code is bypassed as no click has taken place.
Of course this might not be the correct name but autocomplete seems to accept the name instantly.
Am I missing something or can the user be forced into having to click to select a name from the list?
Thanks
John