tony
-
10/1/2009 10:37:17 PM
Filtering repeater without querystring parametar
I have page with editable region control and repeater which is used to display some filtered data.
I'm passing querystring parameter "?category=1" , then catching it in code behind and then passing value to the repeater whereCondition.
The problem is with my url ("products.aspx?category=1"). I acctualy want to have rewriten url like this: products/kentico.aspx, doing same, above functionality. Is it possible ?
Note I must use the same istance of the page menu item since I have editable region on that page, and content of that istance od editable region is common for all categories.
tnx!
|