With String accountName = this.Context.Request.QueryString["accountname"].ToString();
im getting the needed value for the filter webpart on my ListWebPart.
If im paging my List, the url changes and i can't query my url string anymore with that my filter crashes and i receive an exception.
Is there a way to persist my "accountname" from the querry string to use it through out the paging?