014 10:43 AM
To: ozMOSS
Subject: RE: Passing query string param to filter expression on ObjectDataSource
Yes, of course. OnPreRender lets me modify the controls after
CreateChildControls. Thanks.
Not worried about the user seeing it at all. Just wanting to remove it after
the query has it.
So
rent.File.Url;
btnSearch.PostBackUrl = pageUrl;
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 str
ype: JDBoman ■ Web:
www.ipmo.com.au<http://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
effective?
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.QuerySt
Mobile:
+61417857298 ■ Skype: JDBoman ■ Web:
www.ipmo.com.au<http://www.ipmo.com.au/>
From: ozmoss-boun...@ozmoss.com [mailto:ozmoss-boun...@ozmoss.com] On Behalf Of
Paul Noone
Sent: Tuesday, 2 September 2014 8:45 AM
To: ozMOSS
Subject: RE: Passing query string param to filter expression on Obje
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 this in
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" wrote:
>
> Hi all,
>
> I have a cu
Hi all,
I have a custom people search web part which uses a simple form, SPGrid and a
DataTable.
[cid:image003.jpg@01CFC5FD.7B1E1300]
I'd like to extend this so that people can search for staff from another page
via a Search Box.
[cid:image004.png@01CFC5FD.291E67D0] ...where k="Paul"...
What