hi
i have 3 table in my database
Trade Table
T_code
Name
Keyword
1
Hotel
Hote
Travel
Room
2
Training
English
Sport
hotel table
HotelName
HotelAddress
HotelTell
Milan
Germany
32436565
Paris
Franch
25435863
Italy
Veniz
3685686
training table
trainingName
Address
tell
53434646
Computer
254
i want when user write keyword that exist in trade table it connect to table that is in keyword rows
EX: user write room in TB and click search button it will connect to Hotel table and show hotel table columns
i dont know how i can make relation between trade-hotel-training Tables?
I am novice in sql i cant Understand what are these code?
1-where should i put these code in my website page in my
protected void serach_Click(object sender, EventArgs e)
{
}
2-are there other code instead of these procedur?
© COPYRIGHT 2025 ASPSnippets.com ALL RIGHTS RESERVED.