The following codes are flagged out in my cs file by Fortify even after I have added the AntiXss. May I know how do I resolve this?
protected void Page_Load(object sender, EventArgs e)
{
if (!Page.IsPostBack)
{
lblMessage.Text = txtEmail.Text =...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.