c# - A potentially dangerous Request.Form value was detected from the client -


hi error when hit submit button on user login form because there repeater on same page repeating html being posted form content. apart applying validaterequest="false" login usercontrol there can add around repeater stop this?

when set validaterequest false kind of dangerous characters accepted parameters must make sure html encode them if intend redisplay user input.


Comments

Popular posts from this blog

android - Spacing between the stars of a rating bar? -

aspxgridview - Devexpress grid - header filter does not work if column is initially hidden -

c# - How to execute a particular part of code asynchronously in a class -