Re: Set focus resetting while in update panel and ajax modalpopup

  •  08-31-2009, 4:42 AM

    Re: Set focus resetting while in update panel and ajax modalpopup

    Hi,
     
    Try this way:
     
    1. <script type="text/javascript">   
    2.   
    3. function CuteEditor_OnInitialized(editor)   
    4. {   
    5.   var txt=document.getElementById('<%= txtName.ClientID%>');   
    6. txt.focus();   
    7. }   
    8. </script>  

    Regards,
     
    ken
View Complete Thread