Hello,
I have this image control, on page load i assign the dummy image url, i want on button click JavaScript to validate if image url is equal to this.
So it should show error that please upload image must be JavaScript.
ImageUrl="~/images/noimage.png"
<asp:Image ID="imgcoverimage" runat="server" ImageUrl="~/images/noimage.png" />