Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Using Freetextbox control
Message
 
 
To
19/06/2007 10:38:37
Jerry Tovar
Dana Corporation Dana It
Maumee, Ohio, United States
General information
Forum:
ASP.NET
Category:
Other
Miscellaneous
Thread ID:
01234272
Message ID:
01234296
Views:
14
>I am using the rich text editor FreeTextBox in my VS2005 Webform. The control displays and works correctly in my webform.
>
>The problem I have is when I click my Save button, if the text in the FreeTextBox control does NOT contain any HTML markup then my button click event is called correctly. But if the FreeTextBox control does have HTML markup, I get this error:
> A potentially dangerous Request.Form value was detected from the client
>
>Is there a setting to allow my webform to post html markup? Why can't I post the HTML markup when I click my Save button?
>
>Thanks,
>
>Jerry

Set ValidateRequest=false
You can do that in the @page directive to set for specific page.
Michael McLain
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform