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

unicode - Are email addresses allowed to contain non-alphanumeric characters? -

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

c++ - Convert big endian to little endian when reading from a binary file -