Hi,

How I can store a filter to reuse it in other pages?
I have an initial page where I'm displaying content coming from a BDC model.
the page is called with an querystring parameter
(default.aspx?customerid=AFKA)
but, I have other pages into my site and I want to keep the customerid=AFKA
parameter. and also, I want to keep the default navigation feature of MOSS.
as you can anticipate... the querystring is NOT stored and applying to the
underlying links from my default.aspx page...
so... what can I do?

do I have to write my own filter webpart to store the first selected
customer into a cookie and reuse it in my other pages?
or there is another option available in sharepoint?

thanks

Jerome.