Ask a Question related to ASP.NET Security, Design and Development.
-
Jay #1
Request Validation Problem
Using the customErrors tag in web.config I setup a default error page (Error.aspx) to redirect users to when they get the Request Validation error by typing <script>, etc.
Redirection works.
However, If I try to do anything with the error in Error.apsx it goes into a loop. I get this problem even if I do something like the following in the load event handler:
Dim x as String = Server.GetLastError.Message
I tried turning off RequestValidation in the error page. Still get the same problem.
Help!
Jay
Jay Guest
-
problem with validation of css page
Hi all why can't I validate this page with w3c, here is the page /* CSS Document */ @charset "iso-8859-1"; @media all { body { font-family:... -
Form validation problem
GoDaddy may be one of the worst hosting companies in the world when it comes to tech support. You have to use their gdform.php (or asp) to get a... -
Javascript Validation Problem
Hi, I am validating a form, by looping through each element, its not working though, can anybody help? Here is the page: ... -
Problem with field validation after submit.
I field validation(required)set for the Name field. When a user does forget to fill in the Name field and proceeds to fill in the rest of the form... -
Validation Summary MessageBox Problem
Hi, I have built a composite control that takes in XML and creates controls based on the XML. For a simple example to test my control, it takes...



Reply With Quote

