Tag Info

New answers tagged

1

So it turns out that SharePoint Designer is the only way to accomplish this. You have to go into the page in Designer, edit the page, and select the Insert tab from the ribbon -> New Item Form -> select "CUSTOM LIST FORM..." (not one of the pre-populated lists or you will get the barebones default content type!) -> Choose the list for the form you want to ...


0

What if you just add ?IsDlg=1 to your link in the page viewer, then it will remove most of the "UI". /servername/site/Lists/listname/NewForm.aspx?IsDlg=1


0

I don't have a development machine at my disposal right now, but this might be related to not disposing the ListFieldIterator. Try something like this, though I cannot guarantee that it'll fix it: using (ListFieldIterator lfi = new ListFieldIterator()) { lfi.ListId = listId; lfi.ItemId = article.Article.Id.Value; lfi.ControlMode = ...



Top 50 recent answers are included