Tagged Questions
0
votes
2answers
36 views
Using sharepoint 2010 on another server in VS?
How can I use sharepoint 2010 that is on another server in VS?
When I try to create a new project for creating visual web part, A message "Sharepoint not installed on this client" is showed.
0
votes
0answers
45 views
Use the default RTE of the sharepoint ribbon with a textarea in a visual web part
I'm trying to use the default rich text editor in the sharepoint 2010 ribbon to edit a text area I have placed inside a custom visual web part (created in visual studio 2012). I have tried using :
...
0
votes
1answer
33 views
Member Variable / public property null on postback
I have a sandboxed visual web part (created in VS2012) when I initially load my web part and its child controls I set myProperty to a value retrieved from the database. When I fill out the relevant ...
0
votes
2answers
98 views
Sharepoint 2010: Saving content of a textbox back to a variable of a visual web-part
not sure if this is even possible. What I'm trying to do is create a visual web-part for SharePoint 2010 (using Visual Studio 2013) that will allow the user to add the web-part to a page then add data ...
1
vote
2answers
329 views
VS2012: Visual Webparts Properties not showing?
I've created a Sharepoint 2010 Visual Webpart in Visual Studio 2012. The structure of the template that it generates is slightly different than in VS 2010. Previously, it would create the Webpart ...