Well, you should simply try to find out the rendered ID (by viewing the page source or checking the ClientID property) of the textboxes and use Javascript functions to transfer that value.
On Dec 18, 8:04 pm, Looch <[email protected]> wrote: > Hi All, > > I have two user controls on a web page, each has a few text boxes. > > Using javascript I want to set the text box values in one control to > the same values as the textbox values in the other control. > > I'm going in circles here on the web and any help would be greatly > appreciated. > > I'm using ASP.NET 3.5... > > Thanks in advance!
