Posts tagged with asp.net

Aug 1 2011

Properly Handling “A potentially dangerous Request.Form value was detected…”

Explains what HttpRequestValidationExceptions are, and how to properly avoid them.

Jul 27 2011

Client-Side Data, List Boxes, and EventValidation

Looks at what Event Validation is, and how we can avoid Event Validation errors without disabling it entirely.

Jul 26 2011

Why isn't TypeDescriptor.AddProvider Working with ASP.NET?

We examine why TypeDescriptor.AddProvider may not work as expected when using ASP.NET, and then discuss solutions to this problem.