Re: Adding Text box together
Hi
try and work it out at least, this is simple stuff. ill give you some pseudo magic :)
txt2 = txt1
txt1 = ""
next txt.focus (you can get the next text box using this method make sure to set your tabstops properly -->SelectNextControl())
if your still having a problem just postback
Re: Adding Text box together
as for the event you may need an event handler. Since creating a control array is ridiculously longwinded.
look up examples online if your stuff
Re: Adding Text box together
So you have a collection of some kind of data, and based on the number as the query in the first textbox you want to generate data in the second textbox? That's my understanding so far...
I don't get what you want added to the second textbox after the user hits enter though, that will require more explanation.