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
Custom Page Question
- jmestep
- AbleCommerce Angel
- Posts: 8164
- Joined: Sun Feb 29, 2004 8:04 pm
- Location: Dayton, OH
- Contact:
Re: Custom Page Question
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?
Like:
public partial class ConLib_BuyProductDialog : System.Web.UI.UserControl
and
Inherits="ConLib_Custom_BuyProductDialog"
Are you getting any error message?
Judy Estep
Web Developer
jestep@web2market.com
http://www.web2market.com
708-653-3100 x209
New search report plugin for business intelligence:
http://www.web2market.com/Search-Report ... -P154.aspx
Web Developer
jestep@web2market.com
http://www.web2market.com
708-653-3100 x209
New search report plugin for business intelligence:
http://www.web2market.com/Search-Report ... -P154.aspx
Re: Custom Page Question
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?
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?
- jmestep
- AbleCommerce Angel
- Posts: 8164
- Joined: Sun Feb 29, 2004 8:04 pm
- Location: Dayton, OH
- Contact:
Re: Custom Page Question
What are the names of the category grid and the search controls you are using?
Judy Estep
Web Developer
jestep@web2market.com
http://www.web2market.com
708-653-3100 x209
New search report plugin for business intelligence:
http://www.web2market.com/Search-Report ... -P154.aspx
Web Developer
jestep@web2market.com
http://www.web2market.com
708-653-3100 x209
New search report plugin for business intelligence:
http://www.web2market.com/Search-Report ... -P154.aspx