hi,
in studio.net 2003 because Microsoft change its security therefore every textbox will checked automatically and if unusual character is there it will show this exception. if you want never .net check your textbox at that specified page, just add this line in header of page
<%@ Page Language="
vb" AutoEventWireup="false"
ValidateRequest="false" ...
after that ur problem will be solved.
Regards
Sara