Pls give me suggestion...
Now at my person.aspx i show like that <td><SPSWC:ProfilePropertyValue PropertyName='Twitter' runat='server'/> </td>
actually, i want to show is <a href='<SPSWC:ProfilePropertyValue PropertyName='Twitter' runat='server'/>'> Twitter</a>
how can i do that?
moreover, I want to use all SPSWC:ProfilePropertyValue of userprofile to my custom .ascx control ...and also want to get the data of
<SPSWC:StatusNotesControl runat="server"/> ... then i can customize the design as i want if i know how to use these in the .ascx control ..
pls give me advice ...
thanks a lot