Tagged Questions
0
votes
0answers
23 views
Is i possible to render a visual webpart
I am trying to render controls inside a visual webpart but get the Error: Runat="Server" is missing so i googled out that i should use
public override void VerifyRenderingInServerForm(Control ...
0
votes
2answers
321 views
custom aspx page with default.master page CSS issue
<%@ Page Language="C#" AutoEventWireup="true" CodeBehind="ItemDetails.aspx.cs" Inherits="namespacename" Debug="true" MasterPageFile="~/_layouts/default.master" %>
<%@ Assembly ...
1
vote
3answers
4k views
How to add .aspx page in sharepoint 2010 project with visual studio 2012?
I went through following links:
http://www.codeproject.com/Tips/312544/How-To-Add-Custom-ASP-NET-Page-Using-Layouts-Folde
...
1
vote
0answers
189 views
Sharepoint 2010 - item field updating not working on a document library
I have this code here from a webpart that creates a treeview from a document library.
For each item in the list it will create two child nodes called "Up" and "Down". When you click up, it should ...
0
votes
0answers
130 views
Update external data field content in custom list
I have to customize the edit form of a custom list, to implement a permission role on the fields...
I have the LISTA, that have different type of field, one of the is External Data.
For others type ...