In SharePoint if you need to add favicon, you can do so easily by using SharePoint Out-of-box control SPShortcutIcon. The following code snippet shows how you can set the favicon:asdf
<SharePoint:SPShortcutIcon runat=”server” IconUrl=”YourIconUrl”/>
You are done…
can't i use similar process as asp.net favicon
ReplyDelete