The rendering-template tag has no wiki summary.
1
vote
1answer
219 views
Custom form template with external list does not work
I have following .ascx file
<%@ Assembly Name="Microsoft.Web.CommandUI, Version=14.0.0.0, Culture=neutral, PublicKeyToken=71e9bce111e9429c" %>
<%@ Register TagPrefix="SharePoint" ...
1
vote
2answers
149 views
Creating Custom List Forms for Creating, Editing, or Displaying a List Item
I'm following this article (as well as different MSDN pages) and trying to add some custom template forms to my content type.
I think I'm doing all by the book, but for some reason wont deploy my ...
0
votes
2answers
191 views
Rendering Webpartzone is to large
I have a Div box with an Webpartzone in it. But when i'm rendering my page, the webpartzone is to large. I thought a webpart zone has the width of 100% of his parent container. But not in my case.
...