Hi i have 4 column in database named as NAME,EMAIL,PHONE,ADDRESS.
NAME EMAIL PHONE ADDRESS
subhu [email protected] 962944 123,nagar
and also 4 asp textbox. when i focus Name text box, i need auto
complete option also when i select that particular name, the
corresponding EMAIL text ,PHONE ,Address data to be fiiled automatically
inthe corresponding text box. Pls Could any one help me out. Thank U
advance
SUBRAMANI SPosted Jan 7, 2011, 3:15 AM
Madhu KPosted Jan 7, 2011, 2:02 AM
SUBRAMANI SPosted Jan 7, 2011, 1:00 AM
sangmesh sangulagePosted Jan 7, 2011, 12:19 AM
you can use auto complete option in text box is true. or you can use Ajax auto complete Control.
and for second you can use textbox change event in that you can retrive the values of selected textbox value form datbase.
let me know if i am wrong.
Madhu KPosted Jan 7, 2011, 12:12 AM
http://www.asp.net/ajax/ajaxcontroltoolkit/samples/autocomplete/autocomplete.aspx
On name textbox textchanged event once you enter name hit the db get the values and fill the other textboxs.