I'm using a custom webpart to display a list item. The item id is passed to this webpart through a query string. I have added this webpart and a noteboard webpart on a page. I would like to capture the noteboard comments entered against the list item being viewed. Is it possible to display the noteboard comments based on the itemid passed in the query string?
Currently I can see comments entered for other list items too and not filtered based on query string.
Thanks