Your Privacy Matters: We use our own and third-party cookies to improve your experience on our website. By continuing to use the website we understand that you accept their use. Cookie Policy
25
Set focus on WebCombo
posted

Hi, may i know how to set focus on webcombo in code behind? using webcombo.focus()?? I cant set focus to the webcombo using .focus() function? It there got anythings to focus this webcontrol in code behind?

Thanks and Regards,

kokls

Parents
  • 155
    posted

    Hi,

    Webcombo.focus() is the code behind for Webcombo and focus() is common for all webcontrols so we can use the focus() in code behind . example: Textbox1.Focus()

    Regards,

    Kannan.S

Reply Children
No Data