To cut to the point, I will have to use "LINQ to XML" to make an XML document, and the data I will use will come from a database. But the assignment says nothing about how to get the data from the database.

Is there any ASP.NET natural way to pull this off as you see it? Is it maybe possible to pragmatically pull data out of a object datasource maybe? Or would that be like jumping over the fence to fetch something that is already in your back yard?


- ØØ -