I'm building a footnote editor for a specific need and I need a drop list that shows special characters such as a dagger (†). Not sure if it matters, but the drop list is in a ajax modal popup form. Whenever I try to display the popup form, I get the error "A potentially dangerous Request.Form value was detected from the client (ctl00$MainContent$ucFootNoteList$DropDownList1="*, †")."
I tried adding <httpRuntime requestValidationMode="2.0" /> to the Web.config file.
How do I show a special character in this scenario without this error coming up?