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
fawad alam
NA
2
818
How i can remove Thos error
Aug 2 2018 6:25 AM
private void textBox8_TextChanged(object sender, EventArgs e)
{
DataTable dt = new DataTable();
dt = dl.select();//selecting Table from database using select() function
DataView dvu = dt.DefaultView;
dvu.RowFilter = "User Name LIKE '%" + textBox8.Text + "%'";}
I am trying to make a search button using this code but it throws an error as
Syntax error: Missing operand after 'Name' operator.'
so kindly some one tell me what is the correct syntax.
Reply
Answers (
2
)
How To Increase Recaptcha Security
Created Angular 4 Project in VS2017 - Getting error