Hi guys,
The following existing code is used to import control information (search) from the previous webpage and works well:
Dim advParameters As AdvancedSearch_ascx = CType(Util.FindControlRecursively("AdvancedSearch", Page.PreviousPage.Controls), AdvancedSearch_ascx)
AdvancedSearch.ImportProperties(advParameters)
I want to import control information entered within the current page displaying results to give users the ability to run a new search from this page.
I took this same code and wanted to reuse it but cannot get it to work and import current control information entered.
Would really appreciate your help.
Thanks,
Stephane