Hi,
this could be achieved easily in case requested URL would look like:
www.foo.com/stores.aspx?storename=walmartThis way you could pass query parameter to the control using
wildcards and URL:
www.foo.com/stores/walmartAbove url would be changed to:
www.foo.com/stores.aspx?storename=walmartso you could work with storename query parameter inside your control.
Is storeId really needed in your control?
Best regards,
Ivana Tomanickova