How do I update a user control byt tabbing out of it in asp.net?

  • Thread starter Thread starter Glitch
  • Start date Start date
G

Glitch

Guest
Hi, I have a web page that is using a .aspx page and a user control or a .ascx file. The user control is just a simple text box that checks for text only validation. I have placed the user control on the page twice with a text box in between the two. I need to know; how can i update the text box that is on the aspx page with the text that is in the user control (textbox) just by tabbing to the next user control? Any help would be most appreciated.
 
Back
Top