Category: ASP.Net
view more software Tips and Tricks
Updated: 03/25/2016 06:03 AM
Author: Shiju Mathews Status: Resolved. |
It is possible handle client-side events wired up with the .Net framework and handle additional client-side events with server-side code. Here I am trying to handle the blur event(Client side) using server side code. Here we are using the buttons “Click” event to handle the server side code. |