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
Goran Bibic
479
2.9k
197.9k
Search Two words in datagrid c#
Jul 29 2020 4:32 AM
Search Two words in datagrid c#
Need to search two word in datagrid
Example with some aditional character (exp %)
%AC%MILAN%FOOTBAL%
Need help
My actual code is:
private
void
SearchListTextBox_TextChanged(object sender, EventArgs e)
{
(MagacinDataGridView.DataSource as DataTable).DefaultView.RowFilter = string.Format(
"naziv LIKE '%{0}%'"
, SearchListTextBox.Text);
countRowsLabel.Text =
"Ukupno redova: "
+ MagacinDataGridView.RowCount.ToString();
}
Reply
Answers (
2
)
Subquery returned more than 1 value
WEB API and functionality of the API.