or
| <EmptyMessageStyle Font-Italic="True" ForeColor="#999999" /> |
myradinput.Focus();function(sender, args) { $get('" + BadgeNo.ClientID + "' + '_text').focus(); }



<script language="javascript" type="text/javascript"> function confirmCallBackFn(arg) { if (arg == true) { //should retun true } if (arg == false) { //should retun false } } </script>rdwndwPersonal.RadConfirm("Are you sure?", "confirmCallBackFn", 300, 100, null, "My Confirm");