Posted 17 Feb 2012 Link to this post
function
OnClientClick()
{
var
RadWindow1= $find(
"<%=RadWindow1.ClientID %>"
);
HiddenField1= document.getElementById(
"HiddenField1"
TextBox1= HiddenField1.value;
TextBox1= document.getElementById(TextBox1);
TextBox1.value =
""
;
RadWindow1.close();
}