Have a little problem overhere.I have a DB, what includes 2 tables, shops and goods of this shops.Then, i am showing Shops table on the website, using GridView and SqlDataSource components.But, I need to have an ability to choose beetween those shops, by putting a button mb, or clicking on a name of shop, and to see the goods, that linked with this shops. And here is the problem, I dont know how to do it. Also, I need to get this data by LINQ.Working in VS2010.Any ideas how should I do?