Multiple choice technology web technology How will you avoid postback for a button on client side? OnClick call a server function retun false on OnClick return true on OnClientClick return false on OnClientClick Reveal answer Fill a bubble to check yourself D Correct answer Explanation In ASP.NET, the OnClientClick property allows you to run JavaScript before the postback. If the JavaScript function returns 'false', the server-side click event (postback) is cancelled.