Knowledge Base

Snippets

24
            // ErrorMessage

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

Comments

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

Post Comment

Only registered users may post comments.