Don't like ads? PRO users don't see any ads ;-)
Guest

Untitled

By: a guest on May 16th, 2012  |  syntax: None  |  size: 0.28 KB  |  hits: 12  |  expires: Never
download  |  raw  |  embed  |  report abuse  |  print
Text below is selected. Please press Ctrl+C to copy to your clipboard. (⌘+C on Mac)
  1. How to write the columns header of the GridView in two or three lines instead of long one line?
  2. <asp:BoundField DataField="Description"
  3.                 HeaderText="Description <br /> more stuff"
  4.                 SortExpression="Description"
  5.                 HtmlEncode="False" />