Hey all!
In page 315 (Chapter 9-Validating User Input) there is the following code:
Code:
if (Page.IsValid)
{
// OK to proceed
}
I don't understand when should this code be in the application?
One other thing if that's OK: I try to add the
Code:
ValidateRequest="False"
to the @Page directive, but still get the error page in the browser, when i enter HTML tag into a textbox, are there any other settings i should check?
By looking some in Google, i read that some other files should also be changed, such as web.config, any way, I'm not sure about it, so I'm asking here...

10x in advance people!
