finding records and displaying it in grid

  • Thread starter Thread starter K E Senthil Kumar
  • Start date Start date
K

K E Senthil Kumar

Hi,

Earlier i asked a question regarding finding a record through ado.net. I
found a solution for it through dataview. I have another question now.

Supposing i have a table, 'contacts' whose fileds are like this :
Contactid(autoname), customerid(FK from another table), contactname(char)...
Here customerID is a foreignkey from tables 'Customers'. Since names might
repeat in this table, how do i list the names when a search is made on this
name. I want to display the fields displayed in row.

I tried with findrowview, but could not succeed.

Would someone help me pls.

K E Senthil Kumar
 
I forgot to add, i used do this in VB6 with ADODC method and it was working
well.
My difficulty is translating the same to ado.net

Senthil Kumar
 
Back
Top