I want to place a label on top of Validation Summary control. That is because I want to control their visibility according to a value.
What I have know is the ValidationSummary control. According to a value I will have, I want the ValidationSummary control to disappear and another label is placed on it.
All I want is to help me is how to place a label on the top of the Validation Summary control
My Markup View code is:
<%@ Page Title="" Language="VB" MasterPageFile="~/MasterPages/MasterPage.master" AutoEventWireup="false" CodeFile="LogonScreen.aspx.vb" Inherits="Logon_LogonScreen" %>
<asp:Content ID="Content1" ContentPlaceHolderID="head" Runat="Server">
<style type="text/css">
.style1
{
width: 100%;
}
.style3
{
width: 188px;
...
Go to the complete details ...