Skip to main content

Posts

Showing posts with the label How to add Hyperlink in sharepoint List

How to add Hyperlink in share point List with WSS 3.0

How to add Hyperlink in sharepoint List 1. You have to create custom field types in WSS 3.0 2. For creating custom field types, you need to have an '.ascx' which holds the sharepoint rendering template along with the dotnet web control (which is your hyper link) 3. You need to deploy this '.ascx' using custom field types by making use of WSS 3.0 feature framework 4. Finally you have to create a field of type 'custom field type' created.