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
Atul Rokade
NA
141
43.7k
how to search data in datagridview using ado.net
Feb 1 2013 1:29 PM
iam creating one application where i want search particular patient information in datagridview when user search that patient name in textbox how can i do that?
ds = new DataSet();
DataView dv = new DataView();
dv.Table = ds.Tables["Physio_cureTable"];
dv.RowFilter = "PationName like '%" + textBox1.Text + "%'";
dataGridView1.DataSource = dv;
iam trying like something but it not useful datagridview make blank to use this
Reply
Answers (
2
)
How to log into three different windows servers with ad id
Combobox initial Value