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
35
No postbacks for Webcombo
posted

Hi,

 

When i select a row from dropdown of webcombo, postback should not happen how to handle it

 

Thanks in advance

  • 60
    posted

    Pls check ,if you using update panel and trigers are defined to update control in update panel.May combo selected row event is catch as triger.

  • 356
    posted

    Do you have some event defined in the control? like OnSelectedRowChanged?

    <igcmbo:WebCombo ID="wcExample" runat="server" OnSelectedRowChanged="wcExample_SelectedRowChanged"></igcmbo:WebCombo>

     If yes, try remove it. If not, put some example here.

     Johni Ecco