there is a textbox to search customer info
when type in textbox, the update panel will automatically show possible customers by "onkeyup="__doPostBack('UpdatePanel1','');"
However when type "Peter", then 5 SQL commands will be issued
Possible to have a delay or only issue SQL command when user stops typing for a while
so less loading to SQL server. thanks a lot