Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Using Freetextbox control
Message
 
À
19/06/2007 10:38:37
Jerry Tovar
Dana Corporation Dana It
Maumee, Ohio, États-Unis
Information générale
Forum:
ASP.NET
Catégorie:
Autre
Divers
Thread ID:
01234272
Message ID:
01234296
Vues:
13
>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
Précédent
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform