0
votes
0answers
54 views

Custom Web Part won't render properly after 2007 to 2010 upgrade

We did a sandbox deployment for a solution. The "Add Document" link is missing at the bottom of the page. If we edit and save the page it references the new master file and everything works fine. ...
1
vote
0answers
135 views

I have created a custom field that displays fine in a list edit form, but I cannot get it to render is an application page

The field inherits from a multi part field (its for our billing code). If I place on the page: <td class="form-control"> <srm:BillingCodeFieldControl ID="billingCode" runat="server" ...