Dear Support,
I am using Infragistics2.Web.v11.1 on one of my page and using WebDropDown with EnableLoadOnDemand="true".
Now the issue which I am facing is is " Async request failed " while scrolling or searching text in the WebDropDown.
I am attaching here my aspx page and error both.
Please help me out asap.
Thanks,
Tasleem
Hi Tasleem,
Thank you for posting in the community.
I tested this scenario following your setup, however am so far unable to replicae this issue with my local database. Judging by the exception you are receiving, this may be a SqlDataSource related matter. I have noticed that you are not setting the ConnectionString property of your SqlDataSource in the markup. Please ensure that this property is properly setup:
http://msdn.microsoft.com/en-us/library/system.web.ui.webcontrols.sqldatasource.connectionstring.aspx
Do not hesitate to contact me if you have any questions.
Hello Tasleem,
Please feel free to contact me if you have any questions regarding this scenario.