I want to show the vertical text in the row header of my table. I have written following code
lbHeader.Style.Add("writing-mode", "tb-rl");
lbHeader.Style.Add("filter", "flipv fliph");
It's working on IE9 but not in IE10.
I tried –ms-transform : rotate(270deg)
And origin property but it is giving alignment issue.
Please suggest something which will work on all versions of IE And alignment of this text will be center.