When i used radwindow using javascript i phase 1 problem i.e when i take value from the radwindow to my radtextbox at that time it is not assigned but when i click on that textbox than it is assigned. why it is happened?.
Reply me
Try using $find to access the client object of RadTextBox control from javascript instead of the document.getElementById.Also use the set_value method to set the value. You can refer to the following links.