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
We had the same issue, any time a webcombo was inside an update panel after and async post the style would be lost and the control would no longer function. Our solution was to make a javascript call after an async postback in the EndRequestHandler event to re initialize the webcombo.
ISControl_InitializeAtlas(webComboClientID);
document.getElementById(webComboClientID).dispose = function() {{ISControl_Dispose(webComboClientID);}}}ISGetObject(webComboClientID).DoResize();}
{
ISControl_Dispose(webComboClientID);
}
ISGetObject(webComboClientID).DoResize();
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