views:

21

answers:

1

I want to save html markup in my database for a field from an ASP.Net MVC2 application. Upon reading I found that using the [ValidateInput(false)] attribute lets you do that. But it is not working for me. The data comes from the extjs htmleditor form element.

Anyone has any ideas? Is there something else I need to do? Any setting in web.config?