ASP.NET User Control Question?

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

Glitch

Guest
Okay I have made a simple user control that is a text box and a validation control. I have placed it twice on the default.aspx page and put a text box between the first and second user control. The two user controls are exactly the same and reference only one .ascx page. How can I insert info into the first user control and upon tabbing from one user control to the next, fill in the text box with the info from that user control and set focus to the second user control? If it helps you any, I am using Visual Studios 2008. Please Help!!
 
Back
Top