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 display my Search results in a dataGrid control ?
Jul 23 2012 5:00 AM
Hello,
I am trying to display the search results I obtain from searching a database in a datagrid control present on my form.
I have a dataRow array named returnedRows in which all the rows found are stored.
I know how to populate a datagrid in normal conditions but I can display the rows in returnedRows in my datagrid.
This is my code in normal conditions.
dataGrid1.DataSource = dvdDS; //DataSet
dataGrid1.DataMember = "manager";//Table name I have specified
How do I change this code so it will display the results from my searches ?
Reply
Answers (
0
)
Convert Windows based Appication into Web based Application
insert multiple data in single table at a time by clicking button