Hi,
I am using SharePoint 2010.
I am using a picture library. In the picture library, i have a hyperlink column. The hyperlink column is called "Edit Data".
I am having 3 querystrings, which are custom send from another page to the picture library.
I want to pass the querystring received on the picture library page with the hyperlink column. How to achieve this?
I have got the querystring retrieval from javascript from the below site, but i am not sure how to attach this with the hyperlink column available in the table of the picture library.
This is the url, from which i am able to get the querystring:
http://blogs.edork.com/MikeGeyer/Lists/ ... 6#CommentsHow to attach the querystring with the existing hyperlink column within the picture library.
These are the fields in picture library:
Selection Checkbox, Edit Data(hyperlink), Thumbnail, Name
Thank you