Hi, I have a control that already has an onblur event built-in on to it when it renders (it is a custom textbox control). However, I need to add an onblur event to this control (I'm using .Attributes.Add() in the code behind), but I do not believe that my onblur code is being fired due to there already being an onblur event associated with this control.
Does anyone know a way for me to be able to get my onblur event to fire or to add my client-side code into the existing onblur?
Does anyone know a way for me to be able to get my onblur event to fire or to add my client-side code into the existing onblur?