I have a database, and I created a Linq-to-SQL DBML file to represent this database. I created a new aspx page and dropped linqdatasource and the formview control on it. When I configure linqdatasource, it gives me a choice only to select * from one table ... but I want to extract from several tables. for example I have tables like simple_person, simple_address, simple_phone, and I want to extract everything from them. How can i do this?
source
share