ASP.NET :: Can a textbox control's onblur/lostFocus event trigger a server-side event? -


I am trying to attach a server-side event to enter the city. Below is a

  and asp: textbox id = "textzipcode" runat = "server" cssClass = "inputtext" column = "10" maximum length = "10" & gt; & Lt; / Asp: textbox & gt;  

Since there is no wrong focus to capture, does anyone have any luck to do this work?

Sure, why not? Just attach a javascript handler and call it an AJAX action.


Comments

Popular posts from this blog

windows - Heroku throws SQLITE3 Read only exception -

lex - Building a lexical Analyzer in Java -

python - rename keys in a dictionary -