Duh, I write too much and when I try to send my session goes off
It's my first post (tecnically), I speak in spanish sorry for mistakes
I have a problem, I created a user control with textbox1, button1, textbox2
I put in on a form and next to it put a texbox (call it textbox3)
when I press enter on textbox1, button1 or texbox2 I try to send focus to textbox3, I not get the reference to it
When I use textbox1.parentform.getnextcontrol(activecontrol,true).focus (and another try with sender and textbox1), I can get reference to button1 from textbox1, textbox2 from button1, but when I view the textbox2.parentform.getnextcontrol(activecontrol,true) it contains nothing
How I can get reference with getnextcontrol to the control next to the usercontrol from a inner control of the usercontrol