iSeller Commerce
iSeller POS Retail
iSeller POS F&B
iSeller POS Express
Crosslight
WebUI
ClientUI
What's New
Download Trial
Web Solution
Mobile Solution
Enterprise Solution
Custom Development
Blog
Community
Latest Development Blogs
ForumPostTopic
Browse By Tag
I have 2 lakh records that need to be loaded to webcombo so i used the on demand query concept but its not working in the child page.
when i am trying to use "Load on demand" query concept in the initialize object here is the code- post back is happening always. always will get ispostback false and will never go inside that condition. can any one help me.
{
ds = usermaanger.GetUserList(2, e.QueryText);
WebCombo1.DataSource = ds.Tables[0];
WebCombo1.DataBind();
}
waiting for response
Hi,
Could you let me know what child page did you mean? Also, the way you binded WebCombo is not correct. You can just use e.DataSource=ds.Tables[0]; in InitializeDataSource event.
Regards,Handy
Hi , thank you for the feed back. this is fine now its working :)
or
Choose this if you're already a member of Intersoft Community Forum. You can link your OpenID account to your existing Intersoft Social ID.
Choose this if you don't have an Intersoft account yet. Your authenticated OpenID will be automatically linked to your new Intersoft account.
Enter your Wordpress Blogname