After migration from SharePoint 2007 to 2013, one page contain a WebPart (this web part show a list) doesn't work, because i need to filter the data with parameter exemple :
http://myintrante/pages/mypages?code=SI&Domaine=DSI
Its works perfectully in SharePoint 2007
So where can i put my put my parameters, into qurey :
-----------------------------------
<ParameterBinding Name="codeDirection" Location="QueryString(code)" DefaultValue="" /><ParameterBinding Name="codeDomaine" Location="QueryString(Domaine)" DefaultValue="" />