1
Answer

How do I replace the following with values from a textbox ?

Waqas Ali

Waqas Ali

12y
876
1

string sql = "Select*From records WHERE column = value";
Now I know the Select command. I want to replace the "column" keyword with text from a combobox and "Value" keyword with text from a textbox.

How do I do that ?

Can anyone just edit my code to show me how it's done.

Thanks
Answers (1)