now in this page i write a JavaScript function like this
Code:
function sethere() { document.getElementById('<%=(test1.FindControl("TextBox1")).ClientID %>') = document.getElementById('<%=(test3.FindControl("TextBox1")).ClientID %>').value; }
now how to call it in user control,user...