hi,
i want to dispaly records according to user,typed in textbox.I tried this code.but it didn't works.help me plz
select * from where Users Name Like '" + TextBox1.Text + "'"
hi,
I am new to this field.
I need a help.when i entered a name in the textbox the corresponding record should displayed .and while selecting an item in the combobox,the corresponding records should displayed.
can u help me .