mailto link sharepoint desgner
Posted
by raklos
on Stack Overflow
See other posts from Stack Overflow
or by raklos
Published on 2009-03-05T11:29:46Z
Indexed on
2010/03/24
5:03 UTC
Read the original article
Hit count: 306
In sharepoint designer I have a control
<SharePointWebControls:TextField FieldName="Title" runat="server"></SharePointWebControls:TextField>
I want to have a mailto link that will use this title as the subject of the email and i need the body of the email to contain some text e.g. "My Example Text"
how do i do this?
thanks
© Stack Overflow or respective owner