Click here to Skip to main content
16,022,069 members
Please Sign up or sign in to vote.
1.00/5 (1 vote)
See more:
hi,

On my webpage (test.aspx), I have a free textbox control. To display a message to the user, I enter the text into the textbox and click the submit button. This updates the database table, and when the user logs in, the message is displayed to them.

how To prevent cross-site scripting (XSS) for this control in VB.NET

What I have tried:

searched in google but didn't find proper answer.
Posted

1 solution

 
Share this answer
 

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900