User Profile & Activity

Julia Wijaya Support
Page
of 24
Posted: November 26, 2009 3:36 AM

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.

 

Regards,

 

 

Julia

Posted: November 25, 2009 2:02 AM

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.

 

Regards,

 

Julia

 

 

Posted: November 24, 2009 10:50 PM

Hi Alex,

 

To get the value of WebInput, you need to set PostHiddenFields and PostInputContols properties to true in WebButton>>FlyPostBackSettings.

Hope this help.

 

Regards,

 

Julia

Posted: November 24, 2009 5:31 AM

Hi Mark,

 

 

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.

 

Julia

Hi Veenu,

 

 

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

 

Regards,

 

Julia

Posted: November 24, 2009 1:54 AM

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.

 

 

Regards,

Julia

Posted: November 23, 2009 3:49 AM

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.

 

Regards,

 

Julia

Posted: November 23, 2009 2:08 AM

Hi Alex,

 

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.

 

Regards,

 

Julia

Posted: November 22, 2009 9:21 PM

Hi Mark,

 

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>

Regards,

Julia

 

All times are GMT -5. The time now is 7:34 PM.
Previous Next