hello,

I have a textbox (txt1) and a command button (cmd1) and a number of user controls (usercontrol1 - usercontrol2 ...)

I want to be able to SetFocus the user control by clicking on the command button..

however, I want to SetFocus the usercontrol which is in the textbox..

eg. The Textbox might say '4' so I want to SetFocus usercontrol4


anyone know how to do this?

Thanks