Stump the Panel » End Users and Information Workers

custom EditForm renders FieldControl along with value

(3 posts)
  • Started 2 days ago by shalinparmar
  • Latest reply from shalinparmar
  1. shalinparmar
    Member

    Hi,

    I am making a custom EditForm using SharePoint Designer. The problem is I see field control label rendering along with the data.
    e.g. it is rendering as follows:

    Title--------------- This is the problem
    Title MyTitle
    ------------------------

    I don't want this field control to render. It doesn't appear in custom NewForm but it is there in EditForm.There are no differences in both forms.........

    Thanks!

    Posted 2 days ago #
  2. I've seen this happen to me when i created a data view web part page, and accidentally failed to put the DVWP inside a web part zone. Look at your code, and you'll be able to tell at after the web part ends the </webpartzone> should end.

    Laura Rogers

    Posted 2 days ago #
  3. shalinparmar
    Member

    Yes it does end there. Here is the final code.

    "</WebPartPages:DataFormWebPart>
    </ZoneTemplate></WebPartPages:WebPartZone>
    <IMG SRC="/_layouts/images/blank.gif" width=590 height=1 alt="">
    </td>
    </tr>
    </table>
    </asp:Content>"

    Posted 2 days ago #

RSS feed for this topic

Reply

You must log in to post.