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
320
Webdropdown continues to repost
posted

I am new to this library.  I added the webdropdown to my page (I am trying to utilize the autocomplete), in my code behind I populate the datasource.  When I run and go to the page.  Every 3 seconds it posts back and no data is added.  i need help.   Thanks.

Parents
  • 24671
    Verified Answer
    posted

    Hi,

    This is very strange and unexpected behavior. If you open:

    http://samples.infragistics.com/2009.1/WebFeatureBrowser/Default.aspx

    go to WebDropDown => Data Binding , and using FireBug or some other debugger, put a breakpoint in the initialize client-side function for the dropdown (should be in the scriptReference for $IG.WebDropDown) you will see that it is invoked only once . I don't see any automatic postback every couple of seconds.

    Maybe some other code in your ASPX page is triggering this behavior? Could you post your ASPX and code behind?

    Thanks a lot,

    Angel 

Reply Children
No Data