nopcommerce 1.7.0 Templates/Categories/ProductsInGrid.ascx DropDownList ddlSorting not working

This topic was automatically closed 365 days after the last reply. New replies are no longer allowed.
13 years ago
in ProductsInGrid.cs  usercontrol this following event not fire

  protected void ddlSorting_SelectedIndexChanged(object sender, EventArgs e)
        {
            string url = CommonHelper.GetThisPageUrl(true);
            url = CommonHelper.ModifyQueryString(url, "orderby=" + ddlSorting.SelectedItem.Value, null);
            Response.Redirect(url);
        }

in this event my querystring does not bring  any  value of price,position and name so my query string is blank and the ddllSorting_SelectedIndexChnage() event not fire and the dropdownlist is fill with position option .
Please any one have the solution then tell me .


Dipesh
12 years ago
have you found the solution............. for this
This topic was automatically closed 365 days after the last reply. New replies are no longer allowed.