marksquall
Active member
- Joined
- Oct 17, 2009
- Messages
- 28
- Programming Experience
- 3-5
Hello guys,
I hope everyone is in good health upon reading this forum.
I am creating my own search engine in VB .NET (2010) for my database of Marvel Superheroes (I am using SQL Server 2008), searching for names, powers, etc. Though still on improving, the search is working fine on names and the result/s is/are displayed in DataGridView.
If I search for names, and I get ten (10) results, I just want to ask how to transfer a certain record (let's say record number 8) to a DataTable. They say that I should put first a certain record from DataGridView to a DataTable, and use that object (of type DataTable) as a data source in a crystal report. (which is I am still working on).
I hope someone could help me with this one...
Thank you and more power.:tennis:
Respectfully Yours,
Mark Squall
I hope everyone is in good health upon reading this forum.
I am creating my own search engine in VB .NET (2010) for my database of Marvel Superheroes (I am using SQL Server 2008), searching for names, powers, etc. Though still on improving, the search is working fine on names and the result/s is/are displayed in DataGridView.
If I search for names, and I get ten (10) results, I just want to ask how to transfer a certain record (let's say record number 8) to a DataTable. They say that I should put first a certain record from DataGridView to a DataTable, and use that object (of type DataTable) as a data source in a crystal report. (which is I am still working on).
I hope someone could help me with this one...
Thank you and more power.:tennis:
Respectfully Yours,
Mark Squall