Re: Passing query string param to filter expression on ObjectDataSource

2014-09-01 Thread Prashanth Thiyagalingam
If you are using OOTB search web part then you can do this in client side, get the query string in js and then do a redirection to the target page with the query string value Cheers, Prashanth Sent from my iPhone On Sep 1, 2014, at 1:58 PM, Paul Noone p.no...@keller.com.au wrote: Hi all,

RE: Passing query string param to filter expression on ObjectDataSource

2014-09-01 Thread Paul Noone
From: ozmoss-boun...@ozmoss.com [mailto:ozmoss-boun...@ozmoss.com] On Behalf Of Prashanth Thiyagalingam Sent: Monday, 1 September 2014 8:11 PM To: ozMOSS Subject: Re: Passing query string param to filter expression on ObjectDataSource If you are using OOTB search web part then you can do

RE: Passing query string param to filter expression on ObjectDataSource

2014-09-01 Thread James Boman
it on postback. Hope that makes sense. Regards, Paul From: ozmoss-boun...@ozmoss.commailto:ozmoss-boun...@ozmoss.com [mailto:ozmoss-boun...@ozmoss.com] On Behalf Of Prashanth Thiyagalingam Sent: Monday, 1 September 2014 8:11 PM To: ozMOSS Subject: Re: Passing query string param to filter expression

RE: Passing query string param to filter expression on ObjectDataSource

2014-09-01 Thread Paul Noone
? Regards, Paul From: ozmoss-boun...@ozmoss.com [mailto:ozmoss-boun...@ozmoss.com] On Behalf Of James Boman Sent: Tuesday, 2 September 2014 9:51 AM To: ozMOSS Subject: RE: Passing query string param to filter expression on ObjectDataSource Paul, HttpContext.Current.Request.QueryString.Clear

RE: Passing query string param to filter expression on ObjectDataSource

2014-09-01 Thread James Boman
: JDBomancallto:JDBoman ■ Web: www.ipmo.com.auhttp://www.ipmo.com.au/ From: ozmoss-boun...@ozmoss.com [mailto:ozmoss-boun...@ozmoss.com] On Behalf Of Paul Noone Sent: Tuesday, 2 September 2014 9:38 AM To: ozMOSS Subject: RE: Passing query string param to filter expression on ObjectDataSource That makes sense. I

RE: Passing query string param to filter expression on ObjectDataSource

2014-09-01 Thread Paul Noone
; btnClear.PostBackUrl = pageUrl; } } Regards, Paul From: ozmoss-boun...@ozmoss.com [mailto:ozmoss-boun...@ozmoss.com] On Behalf Of James Boman Sent: Tuesday, 2 September 2014 10:23 AM To: ozMOSS Subject: RE: Passing query string param to filter expression on ObjectDataSource Paul I