I would like to filter a DWP using parameters. So i decided to use a asp:textbox and then filter using Control like so:
<ParameterBinding Name="loc" Location="Control(locid)" DefaultValue=""/>
Which i think it was a good idea.I can see the control id in the list when i adding parameters. But when i try to use it in the filter its doesn't work. It seems the parameter is not reaching the filtering part. I actually did add the params like this also
<xsl:for-each select="/dsQueryResponse/Rows/Row[@Location = $loc]">
But no luck.I read somewhere that it cousl be forms but the asp:TextBox is not in a webpart. Where should i place the as:textboz for this to work? Also tried Forms(locid) but no luck. Seems SP Designer 2010 is more difficult than SP 2007 Designer really