Hot answers tagged visual-web-part
2
Do you know how to build a basic web part? If not I suggest you learn this first. Here's a sample tutorial: http://msdn.microsoft.com/en-GB/library/ms415817(v=office.14).aspx
Next you want to learn how to develop against web services. Helpfully, Yahoo have a tutorial on how to deal with responses to web services as XML within C# applications: ...
1
You can add it manually
private const string _ascxPath = "~/_CONTROLTEMPLATES/yourproject/yourcontrol.ascx";
If you cannot find "_CONTROLTEMPLATES" folder in your project,You should add mapped folders to your project
1
There is a javascript API for Visio but it does not allow you to insert new objects. Not sure about a real code solution.
JSON can certainly be used. Even without real code, I usually create a script which I can either insert directly into a page or link via a Content Editor web part.
The main limitation I have experienced with Visio is the size of the ...
Only top voted, non community-wiki answers of a minimum length are eligible