I would like to connect to an entity model from a sandboxed webpart in sharepoint online. Is this possible?
Is it possible to connect to sql azure from a sandboxed webpart?
|
I would like to connect to an entity model from a sandboxed webpart in sharepoint online. Is this possible? Is it possible to connect to sql azure from a sandboxed webpart? |
||||
|
|
|
There are mainly two ways
For an example with jQuery and JSONP check out: http://www.wictorwilen.se/Post/SharePoint-Online-and-External-Data-using-JSONP.aspx |
|||
|
|
|
TIP: You'll need to be wary of cross site scripting if you do it client side, check out JSONP to get around this. |
|||
|
|
|
Yes you can combine SharePoint and Azure in a variety of ways. Have a look at the following training kit: http://www.microsoft.com/download/en/details.aspx?id=24398 |
|||
|
|