I want when lbqty and DDLPktype value is not same, then give message value is not sam.
please check using javascript on button click.
Qty
<asp:Label ID="lbqty" runat="server" Text="QTY"></asp:Label>
<asp:DropDownList ID="DDLPktype" runat="server" CssClass="form-control js-example-placeholder-single" Height="16px" Width="149px">
<asp:ListItem Text="NinePack" Value="9" />
<asp:ListItem Text="EightPack" Value="8" />
<asp:ListItem Text="SevenPack" Value="7" />
<asp:ListItem Text="SixPack" Value="6" />
<asp:ListItem Text="FivePack" Value="5" />
<asp:ListItem Text="FourPack" Value="4" />
<asp:ListItem Text="ThreePack" Value="3" />
<asp:ListItem Text="TwoPack" Value="2" />
<asp:ListItem Text="OnePack" Value="1" />
</asp:DropDownList>
<asp:Button ID="Button1" runat="server" Text="Button" />