Its a text box where I have set the value like <name>xyz</Name> using htmldecode() but when i change value and submit ie any event fires I get above exception.
I know solution could be setting pagedirective validateRequest ="false" but i don't have a aspx page, I am creating a webpart and dynamically it will be rendered on my page.
Can you suggest to switch off validationReque st from code behind, I did not get this property.:(
I know solution could be setting pagedirective validateRequest ="false" but i don't have a aspx page, I am creating a webpart and dynamically it will be rendered on my page.
Can you suggest to switch off validationReque st from code behind, I did not get this property.:(