I want to sort my product list by name,rate,etc. using DropDownList
On change event of this dropdown list,i want to show sorted product list using ajax.
How it possible in ASP.net MVC(RAZOR)?
I want to sort my product list by name,rate,etc. using DropDownList
On change event of this dropdown list,i want to show sorted product list using ajax.
How it possible in ASP.net MVC(RAZOR)?