auto complete textbox
-
Google around about auto completing textboxes. There are articles on this site about it...
"Real programmers just throw a bunch of 1s and 0s at the computer to see what sticks" - Pete O'Hanlon
-
Google around about auto completing textboxes. There are articles on this site about it...
"Real programmers just throw a bunch of 1s and 0s at the computer to see what sticks" - Pete O'Hanlon
-
yes... there are... but mostly are given the static value .. i would like to get the value from database instead...
Are you planning on querying the database each keystroke for the autocomplete? If so, it may hurt performance.
"I guess it's what separates the professionals from the drag and drop, girly wirly, namby pamby, wishy washy, can't code for crap types." - Pete O'Hanlon
-
Are you planning on querying the database each keystroke for the autocomplete? If so, it may hurt performance.
"I guess it's what separates the professionals from the drag and drop, girly wirly, namby pamby, wishy washy, can't code for crap types." - Pete O'Hanlon
-
oh really? but surely i need to look for the database field.. e.g. name in the database.. what is the suggestion by the way? do i suppose to display out all the data to listview.. then only use autocomplete to do it ?
angels777 wrote:
do i suppose to display out all the data to listview.. then only use autocomplete to do it ?
That'd probably be the better approach.
"I guess it's what separates the professionals from the drag and drop, girly wirly, namby pamby, wishy washy, can't code for crap types." - Pete O'Hanlon