Tagged Questions
0
votes
1answer
127 views
Link list URL fields do not display when using FieldRenderingControl
I'm creating a custom New Form for a Link list. Depending on the view depends which columns are displayed.
for(int i = 0; i < spView.ViewFields.Count; i++)
{
...
