klipkop
Posts: 16
|
| Posted: 06/17/2007, 12:13 AM |
|
Hi
I have a form that must submit a textarea that contains html tags. On submit .NET gave the following error.
A potentially dangerous Request.Form value was detected from the client.
Apparently this is standard .NET security and the solution according to (http://www.aspcode.net/articles/l_en-US/t_default/ASP.NET/A-potentially-dangerous-Request.Form-value-was-detected-from-the-client_article_147.aspx) is to add a tag validateRequest="false" into the Page-directive on top of the page.
How do you add a directive in CCS?
Help will be appreciated.
|
 |
 |
klipkop
Posts: 16
|
| Posted: 06/17/2007, 12:24 AM |
|
Got it....
Page > properties > Data > (ASP.Net) - Validate request = No
|
 |
 |
|