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 + "'"
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 + "'"
Comment