Reputation: 6999
I am using composite c1 cms and i working with user control but when i am trying to access database via dbml file i am getting an error of importing namespaces. But there is no .cs file in this CMS, So can any one tell me how to work with linq in composite c1 ?
Upvotes: 0
Views: 200
Reputation: 106
Please check the documentation found here
You can just place your code at App_Code or compile your code into an assembly and place that into the bin folder. Or use Razor or User Control Functions.
Upvotes: 1