I was wondering how i can trigger an event when a textbox is selected or focused.
My textbox is an asp.net type.
<asp:TextBox ID="TB" runat="server"></asp:TextBox>
When the event is triggered, i would like to do something in code-behind with c#.
thanks in advance for your reply.
oki, so i figured it out by reading on an article on a different page.
check link: http://codingresource.blogspot.no/2010/01/how-to-use-events-like-onblur-onfocus.html
instead of using onblur i use onclick