https://bugzilla.novell.com/show_bug.cgi?id=467913
User [email protected] added comment https://bugzilla.novell.com/show_bug.cgi?id=467913#c1 --- Comment #1 from Andreas Kirsch <[email protected]> 2009-01-24 01:32:36 MST --- here is a snippet of the code: protected void Page_PreRender(object sender, EventArgs e) { .. //show sort arrow in header cell int sortcolumn = 1 + int.Parse(g1.SortExpression); g1.Columns[sortcolumn].HeaderText += AfxAIS.GetSortArrowHtml(g1.SortDirection); .. -- Configure bugmail: https://bugzilla.novell.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the QA contact for the bug. You are the assignee for the bug. _______________________________________________ mono-bugs maillist - [email protected] http://lists.ximian.com/mailman/listinfo/mono-bugs
