When I use AJAX to populate a div with an HTML file, any scripts in that HTML file don't run. Is this normal behavior, or am I missing something? Here are three files to explain what I mean: The first ...
You can turn off checking for HTML on a property-by-property basis by decorating properties in your Model object (SampleInput, in my example), with the AllowHtml attribute. This turns off validation ...