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
Joel Prange
NA
1
0
user input to Query database
May 13 2006 10:49 PM
I am trying to write code so the user can input in a textbox a value to be used in a dataset query. Example, I have a database of customers, I would like the user to be able to enter a customers name in a text box, then populate the datagrid with only the customers with that name, and be able to update/delete etc that record. I currently can populate my datagrid with only the entire database.
Reply
Answers (
0
)
Update table in database through datagridview in winform
Select row from dataset runtime