Forum Moderators: open
Now with that being said, what the vulnerability scanner is saying is that you are probably displaying data that has not been escaped for display in the webpage from the query string parameter. Having data that is unescaped from the query string is a cross site scripting vulnerability.
Related Links
Stop SQL Injection [msdn.microsoft.com]
Anti-Cross Site Scripting Library [msdn2.microsoft.com]