i have 2 asp.net textboxes on a page. using jquery how can i update the text of the second one when the first one changes. Has to be jquery using asp.net textboxes
e.g. as user types 'hello' into first box the second box will automatically fill with the same text. should happen as user types and not when user leaves text box
Thanks in advance