Page 1 of 1

Custom Page Question

Posted: Fri Jun 06, 2008 8:15 am
by heinscott
Hello. I am trying to create a custom page for my Category Grid... For my side search bar, I've tried to create a custom side search, by copying both the ascx and the ascx.cs into the ConLib/Custom folder, and then pointing to that file from my scriplet. Now, the problem I am having is that this new file does not seem to refine the results that are shown on the page. Can anyone explain why this would be? None of my other custom pages seem to have a problem...
Thanks for the help.

Scott

Re: Custom Page Question

Posted: Fri Jun 06, 2008 12:14 pm
by jmestep
Did you change the places in the custom control where you have to add custom to it?
Like:
public partial class ConLib_BuyProductDialog : System.Web.UI.UserControl
and
Inherits="ConLib_Custom_BuyProductDialog"

Are you getting any error message?

Re: Custom Page Question

Posted: Fri Jun 06, 2008 12:58 pm
by heinscott
Yes, I actually just appended Custom on to the end of all the files...
and no, I am not getting any type of error at all.
This one confuses me...
All I can think is that something in the code only allows for the CategorySearch to run from the root of the ConLib folder, but, I don't have any concrete reason for thinking that...
Any other ideas?

Re: Custom Page Question

Posted: Fri Jun 06, 2008 4:13 pm
by jmestep
What are the names of the category grid and the search controls you are using?