Knowledge Base

Snippets

24
            // ErrorMessage

            if (Request.QueryString["ErrorMessage"] != null)
            {
                lblFormMessage.Visible = true;
                _ErrorMessage = Request.QueryString["ErrorMessage"].ToString();
                lblFormMessage.Text = " " + _ErrorMessage.ToString()+ "";
            }

Post Rating

Comments

There are currently no comments, be the first to post one!

Post Comment

Name (required)

Email (required)

Website