asp.net - IE not printing disabled radio button's selection -


i have set of radio buttons disabled, , 1 of them selected. in ie8, when print web page, selected radio button not showing selected. however, works fine in firefox.

any ideas?

as turns out, had javascript manipulating radio buttons after page load, , causing issue. find interesting issue manifested in print mode, though.


Comments

Popular posts from this blog

C#: Application without a window or taskbar item (background app) that can still use Console.WriteLine() -

c# - Making TableLayoutPanel Act Like An HTML Table (Cells That Resize Automatically Around Text) -