TECHNOLOGIES
FORUMS
JOBS
BOOKS
EVENTS
INTERVIEWS
Live
MORE
LEARN
Training
CAREER
MEMBERS
VIDEOS
NEWS
BLOGS
Sign Up
Login
No unread comment.
View All Comments
No unread message.
View All Messages
No unread notification.
View All Notifications
Answers
Post
An Article
A Blog
A News
A Video
An EBook
An Interview Question
Ask Question
Forums
Monthly Leaders
Forum guidelines
Waqas Ali
NA
19
27.7k
How do I replace the following with values from a textbox ?
Jul 22 2012 4:11 AM
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
Reply
Answers (
1
)
.NET Framework Versions
Executing a Paste on a background windows application, in C#