I get error when I have html tags in textbox
C#
1
Posts
1
Posters
0
Views
1
Watching
-
A potentially dangerous Request.Form value was detected from the client. I have a webpage using .net 2.0 with an asp:button Back and a textbox with text = "" I've done my research and everything I see says set ValidateRequest="false" in page directive which I did. There's no problem if I click the browsers back button. But when I click my own asp button BtnBack, the error is produced. Is there something like setting the validation within my own button? Thanks!