Click here to Skip to main content
16,004,587 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
Hello programmers, got a minor problem here. As you see I have 3 textboxes in which 1 has an element of AutoCompleteExtender. My question is when I choose a data from textbox w/ completeextender I want the extension of the data bassed on my db will be automatically post on the remaining textbox
let say like this one:
ON MY DATABASE
column 1               column 2          column 3
red                    red1               red2
blue                   blue1              blue2
green                  green1             green2
...

so if the column 1 is the element of the autocomplete extender that is nested on textbox 1 (If I choose red)
and 1 choose the data red
the column 2 will be automatically posted at textbox 2(red1)
the column 3 will be automatically posted at textbox 3(red2)

Any help/tutorials is gladly aprreciated..
Thanks in advance
Posted
Updated 24-Nov-11 16:11pm
v2

1 solution

Where is the code please show the code only then someone can tell where you r doing wrong. The problem is in binding. i think you are no binding correctly

Here is the link for for sample

http://www.asp.net/ajaxLibrary/AjaxControlToolkitSampleSite/AutoComplete/AutoComplete.aspx[^]
 
Share this answer
 
v2

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900