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
Hi Mark,
After discussing with our development team they said that the issue could happenend since WebButton is rendered many times. That's why it take more time to load. Probably you can try to load the data at once but partially . Therefore the page won't take time to load.
Regards,
Julia
Hi Veenu,
Here I attached our latest hotfix. You can visit http://www.intersoftpt.com/Build/ApplyHotfix for how to update the hotfix manually. I also attached my simple sample that I create based on your environment. If the problem still occurred after you update the hotfix, I need to investigate the issue using remote desktop. You can send the credential information to technical@intersoftpt.com and when will be the best time to remote your PC. I will be available from Monday – Friday 8AM – 5PM GMT+7.
Hi Alex,
Glad to hear the solution helps
I will inform our documentation team regarding your valuable feedback. Currently, our control's documentation is keep improving to provide our customer with complete description regarding our control. For now, if you have question regarding our controls, you can always ask here in the forum. We will try to provide you the best solution.
To get the value of WebInput, you need to set PostHiddenFields and PostInputContols properties to true in WebButton>>FlyPostBackSettings.
Hope this help.
The issue occurred because the WebButton created 830 times that caused the page to take times to render. I will ask our development team to investigate the issue.
Thanks.
I think you are misunderstanding about my last suggestion.
1. When you changed your assemblies into 2009R1 and you got trial/expired.
Do you have license key for 2009R1? If you have not, this error will occur since the license key is different with 2008R2.
2. When you still got the same errors when back to 2008R2.
Based on my previous suggestion, have you tried to used the latest HotFix (of WebGrid and WebUIFramework)?
You can update our latest hotfix by using UpdateManager. If this could not resolve your issue, could you please send me a simple project (runable) include the current assemblies you’re using that replicate this issue. I need that to investigate your issue.
Note: please ensure you removed all of the license things in your web.config before sending me your project
Hi Yaniv,
Currently the WebMenuBar just have left-side gradient as a default display. I have report this to our development team. I will inform you once the hotfix is ready.
Hi Bunmi,
Unfortunately, it is WebGrid default behavior. Our development team use it as hidden space to save the length of last column. If we the behavior, it will make the last column to lost its length, reducing the display and cut approximately 30% of its total length.
RenderControl can only be use for asp.net control (i.e ASP Button, Asp Textbox). But in Intersoft's control, you need to use RequiresUiRefresh. Here is the modified code:
public void Demo2()
{
ListBox1.Items.Add(new ListItem("Success!", "0"));
WebInput1.Text = "Success!";
WebFlyPostBackManager1.ClientAction.RenderControl(ListBox1);
WebInput1.RequiresUIRefresh = true;
}
Hope this can help.
I'm sorry for the late reply. I have replicate your sample but it works fine. I could not reproduce any error as you mention above. Since you said you have upgrade the controls to the latest version, I assume that you use WebDesktop v 3.0 (please correct me if I am wrong). Have you updated the assemblies and our latest hotfix? I have to know your build info before i can investigate your issue.
p.s:
Please change this code :
<html xmlns="http://www.w3.org/1999/xhtml" >
into :
<html>
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