I was always told, I can not use Visual Webpart in Sandbox solution. But I installed Visual Studio 2013 and I see I can create Visual Webpart solution in SharePoint 2010.
does it mean I can create Visual Webpart and deploy it as SandBox solution if I use Visual Studio 2013?
btw: I'm a ASP.NET developper and new in SharePoint using 2010. Can I use all ASp.NET controls like gridview,repeater, lisbox in here? That would be great.
I also like to know is there a page where it shows the limitations of Sandbox solution ? e.g. I try to use "the 101 SharePoint samples of SharePoint in MSDN" and e.g. Rest_CallRestFromDesktop solution.... I add Http://intranet.contoso.com/_vti_bin/listdata.svc as datatcontext and trying to get a list to show on Gridview, but I get error, so I assume it's because of sandbox.... --> so that's the reason I like to have an general overview what the limitations are of specific site collection....