Hello,
i am using LLBLGen 2.6 & self servicing & my database is MS SQL Server 2005
i have two table One is : Holiday & Second is : Market
in Holiday Table i have following fields
HolidayID
SymID(PK)
Holiday
Dt
TrdType
In Market Table, i have following fields
MarketID(PK)
SymID(FK)
PWSym
Name
GroupName
Type
Sector
Exchange
ExecType
Country
now i can bind data in gridview from table Makrket, so i can get all data of Market Table, but i want to also one more field Holiday from Holiday Table, so it will display Holiday name based on SymID.
i dont want to use row databoound event in gridview, is there any other way to do this thing?