how to sort Gridview rows by a unbound Template column

Posted by Nickson on Stack Overflow See other posts from Stack Overflow or by Nickson
Published on 2010-03-22T07:10:38Z Indexed on 2010/03/22 7:21 UTC
Read the original article Hit count: 272

Filed under:
|

i want to sort my Gridview rows by a template column that is not bound to any database field. This template coulmn just has a label whose text i set in code depending on a value in a different column that is databound. So am stuck on how to set its sortExpression since its not linked to an column.

© Stack Overflow or respective owner

Related posts about gridview

Related posts about ASP.NET