hi,

i am using c# asp.net

i have one column in my database,columnname is empname.
i have textbox in my form and if i type 'a' in textbox the the names starts with 'a' has to come in that textbox.
actually in query if i use like condition i can get those names.but my need is i want to show those names in textbox itself,i dont want to use any other tools like listbox or combobox to view names starts with those 'a'.i need the letter starts with 'a' has to be displayed in my textbox itself,so that i can select from txtbox.please give me sugestion and olease give me coding to do that,pleaseeeeeee