I have an ASP.NET web forms project. In a Mastre page I have an input:button and input:text . when click on input:button ,page refreshed. how can i solved it, I do not refresh a page because its not runat server contolr. my html code in master page:
<li class="menusearch">
<input type="text" placeholder="جستجو..." class="txtsearch" />
</li>
<li>
<input type="image" src="/statics/images/search.png" class="btnsearch" />
</li>