At client-side (HTML) you could attach handlers to onfocus and onblur events
of the INPUT object to get to the events (IE ahs also new onfocusin and
onfocusout events). If you want to take them to server-side, you need to
create a custom control that inherits from TextBox or manage the events at
client-side.
--
Teemu Keiski
MCP, Microsoft MVP (ASP.NET), AspInsiders member
ASP.NET Forum Moderator, AspAlliance Columnist
"Pratap" <> wrote in message
news:028e01c3cebd$b0675a50$...
> Is it possible to capture LostFocus and GotFocus Events
> for a TEXTBOX WebForms Control using ASP.NET.. if so How.?
|