T
Tony Girgenti
Hello.
I'm developing and testing a web application using VS.NET 2003, VB, .NET
Framework 1.1.4322, ASP.NET 1.1.4322 and IIS5.1 on a WIN XP Pro, SP2
computer. I'm using a web form.
When clicking on the "Next" button for paging in a datagrid, i get the
following message:
"A potentially dangerous Request.Form value was detected from the client
(txtResponse="<TripExportDataObjec..."). "
In trying to debug this problem, i discovered that if i put the
ValidateRequest="false" in my @Page line, i don't get the error and it pages
back and forth.
Should i leave the ValidateRequest="false" in my @Page line, or try to
figure out why this happens ?
Also, why is it blowing up on the "txtResponse" textbox ?
Any help would be gratefully appreciated.
Thanks,
Tony
I'm developing and testing a web application using VS.NET 2003, VB, .NET
Framework 1.1.4322, ASP.NET 1.1.4322 and IIS5.1 on a WIN XP Pro, SP2
computer. I'm using a web form.
When clicking on the "Next" button for paging in a datagrid, i get the
following message:
"A potentially dangerous Request.Form value was detected from the client
(txtResponse="<TripExportDataObjec..."). "
In trying to debug this problem, i discovered that if i put the
ValidateRequest="false" in my @Page line, i don't get the error and it pages
back and forth.
Should i leave the ValidateRequest="false" in my @Page line, or try to
figure out why this happens ?
Also, why is it blowing up on the "txtResponse" textbox ?
Any help would be gratefully appreciated.
Thanks,
Tony