Jyoti Jodha

Jyoti Jodha

  • NA
  • 1.7k
  • 396.9k

Select id from one table and its value from another table c#

May 4 2017 1:45 AM

Select id from one table and its value from another table to search in window application c#

 
 Table1

ID

billno

Name

total

tax

Grand total

1

1

2

500

100

600

2

1

2

200

50

250

3

0

2

700

150

850


Table2

ID

name

address

1

kavi

Dehli

2

kavita

Jaipur

 
 
how to gridview show records
 ID. Billno, Name(Table2 ), total(0 ,Rows) , Tax(0,Rows) Grand total (0 ,rows) 

Answers (9)