----------------------------------------------------------- New Message on BDOTNET
----------------------------------------------------------- From: MysticAspen Message 1 in Discussion Hi All I have web page where in i allow the user to create email templates. The users can have canned "text messages" and canned "HTML messages". Now when the user put in HTML Tags in the text box and hits enter we get this Error. "A Potentially dangerous Request.Form Value". To avoid this as per this link http://www.asp.net/faq/RequestValidation.aspx , I have 2 options a) <configuration> <system.web> <pages validateRequest="false" /> </system.web> </configuration> ( <b>Which i dont want to do</b>) b) <%@ Page validateRequest="false" %> I go in for option b, Setting the Page validate Request to false. Even after i set this option i still do get the same error message. Why is it so ? Any Clues? TIA Srivats ----------------------------------------------------------- To stop getting this e-mail, or change how often it arrives, go to your E-mail Settings. http://groups.msn.com/bdotnet/_emailsettings.msnw Need help? If you've forgotten your password, please go to Passport Member Services. http://groups.msn.com/_passportredir.msnw?ppmprop=help For other questions or feedback, go to our Contact Us page. http://groups.msn.com/contact If you do not want to receive future e-mail from this MSN group, or if you received this message by mistake, please click the "Remove" link below. On the pre-addressed e-mail message that opens, simply click "Send". Your e-mail address will be deleted from this group's mailing list. mailto:[EMAIL PROTECTED]
