Search found 3 matches

by webmanWil
Sat Oct 24, 2009 7:19 pm
Forum: AbleCommerce 7.0 Asp.Net Shopping Cart
Topic: Problem adding Category DropDownList to SimpleSearch Control
Replies: 4
Views: 2897

Re: Problem adding Category DropDownList to SimpleSearch Control

This problem has been resolved. Viewstated had to be enabled on the page and the dropdown list control, then I was able to get the dropdown list values on postback.
by webmanWil
Tue Sep 01, 2009 6:23 pm
Forum: AbleCommerce 7.0 Asp.Net Shopping Cart
Topic: Problem adding Category DropDownList to SimpleSearch Control
Replies: 4
Views: 2897

Re: Problem adding Category DropDownList to SimpleSearch Control

I wasn't able to get this working successfully. It actually does the same thing that the code I created does. A few problems I'm seeing is that the categories will load into the DDL if not PostBack, but when a PostBack occurs it loses it's state and all values bound to it. I've tried accessing the S...
by webmanWil
Tue Aug 18, 2009 4:46 pm
Forum: AbleCommerce 7.0 Asp.Net Shopping Cart
Topic: Problem adding Category DropDownList to SimpleSearch Control
Replies: 4
Views: 2897

Problem adding Category DropDownList to SimpleSearch Control

I need to be able to pass the selected category in the querystring to the Search page when the Search button from the SimpleSearch control is clicked. Below is the code from the code page and codebehind of my SimpleSeach control: CodeBehind ( Categories are bound to the DDL in the InitializeCategory...