Click here to Skip to main content
15,890,512 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
Hi programmers,

If i inserted 5 text box in asp.net page. I need to change the event one to another text box which i inserted . That means after entering the text in text box when enter it . mouse event should change the next text box.

Anybody to explain me.
Posted
Updated 6-Jul-11 3:18am
v2

1 solution

All you have to do is have all text boxes use the same event, and then use the sender parameter in the handler method to determine which one actually sent the event.
 
Share this answer
 
v2

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900