I have a two different tables, Country_m and State_m
the State Table has fields like StateId, Name, CountryId, etc, and Country Table has fileds like CountryId, Name, Currency, etc.
I want to get a datagrid of State Table in which it should print State Name and respective Country Name… how to execute this query?
use thsi