Parent Div Click Function gets called when Child Div Click is clicked. How to overcome this issue
I am using ASP.Net with C#
<div onclick="callme();">
<a href='#' onclick="Callme2();">Hi</a>
</div>
When I click on anchor tag the div elements onclick also gets executed. How to overcome this ?