column sort order image on gridview

  • Thread starter Thread starter Smokey Grindle
  • Start date Start date
S

Smokey Grindle

does anyone know of a good example of asp.net 2.0's gridview showing a sort
order arrow in the column header correctly and working? I cant seem to get
what ive found on google to work (see previous post called (sort expression
always = "" in gridview on 6/28/2006)... any help would be great.. thanks!
 
GridView documentation in MSDN has the sample that shows how to attach an
image for sort direction.
 
Back
Top