Portal Engine Questions on portal engine and web parts.
Version 7.x > Portal Engine > Custom Filter redirect? View modes: 
User avatar
Member
Member
vcarter - 10/10/2013 1:19:39 PM
   
Custom Filter redirect?
I need to filter some documents. I have a custom control to do this on the listing page. Any best practices in Kentico for setting up user selection on another page(in this case the home page), and passing the filter parameters to my results page? I am planning on building another control that sends the choices via query string, something I try to avoid within the CMS.

Any thoughts would be appreciated.

User avatar
Member
Member
kentico_sandroj - 10/10/2013 3:30:28 PM
   
RE:Custom Filter redirect?
Hello,

If the controls were available within the same request you could use the RequestStockHelper otherwise you would store the value somewhere as with any other ASP.NET application.

Please let me know if I can help clarify anything.

Best Regards,
Sandro

User avatar
Member
Member
vcarter - 10/11/2013 8:03:00 AM
   
RE:Custom Filter redirect?
That's what I thought Sandroj, I was just making sure there was no webpart or kentico trickery available before I moved forward. Thank you for the links.