asp.net - how to sort repeater according to any content? -


Hello, I have an asp.net application where I am getting value from twitter and this data is bound to a repeater. I column name is "rate" where the user can rate with the star rating.

I am not accumulating these values ​​in any database.

I want this functionality, when I click on rate it will sort the repeater value according to the star rate without evaluating

This is already asked (and answer) the same as the question. Check out this post:

I will read the articles given in the first reply and will run from there.


Comments

Popular posts from this blog

iphone - How do I make a UIPickerView in a UIActionSheet -

java - Is there an object like a "Set" that can contain only unique string values, but also contain a count on the number of occurrences of the string value? -