User Profile & Activity

Gordon Tumewu Support
Page
of 19
Posted: September 10, 2009 3:59 AM

Hi,

Regarding the ImageButton with WebFlyPostBackManager issue has been fix by our development team. The fix will be included at out next hotfix release at the end of the month.

Best Regards,

Gordon Tumewu

Hi,

I have receive ews from our development team regarding this issue. You need to put the code to add the user control at WebTab's PreInitialize event handler at server side. This is the code snippet using C#:

protected void WebTab1_PreInitialize(object sender, EventArgs e)
{
	UserControl oUC2 = Page.LoadControl("TestEditTemplate.ascx") as UserControl;
        oUC2.ID = "Test1";
        WebTab1.TabPages.GetNamedItem("Tab1").PageTemplate = new ClassTemplate(oUC2);
}

Hope this helps.

Best Regards,

Gordon Tumewu

Posted: September 8, 2009 3:27 AM

Hi,

I have migrate my sample from C# to VB but I dont get any issue. Here I attached my sample.

Best Regards,

Gordon Tumewu

Posted: September 8, 2009 12:25 AM

Regarding the image button fullpostback issue, I have forward this to our development team and they will check it first. If the issue confirmed as a bug then we will fix it.

About the error that you have in your page, I need to check your page first or could you modify my sample page so it can replicate your issue and send it back to me?

Posted: September 7, 2009 3:23 AM

Hi,

I am trying to replicate your page. Here I attached my simple sample, in this sample I am changing the cell's background color and update the label inside the tabel. Please let me know if you have different scenario.

Best Regards,

Gordon Tumewu

Posted: September 6, 2009 11:53 PM

Great to hear that the problem solved. Just let me know if you have another issue.

Posted: September 6, 2009 10:38 PM

Hi,

Is it possible to send me the sample? I am trying to create a sample, but still cannot replicate the issue.

Best Regards,

Gordon Tumewu

Hi,

You can download the WevStyleManager at the following link http://www.intersoftpt.com/tdn/downloads/IS_WebStyleManager.zip. You need to copy the content of the zip file to C:\Program Files\Intersoft Solutions\WebUI Studio for ASP.NET\WebDesktop.NET 3.0\Bin.

Hope this helps.

Best Regards,

Gordon Tumewu

Posted: September 3, 2009 11:31 PM

Hi,

It's default behaviour in WebGrid, if the WebGrid didn't have any row then the horizontal scrollbar wont occured. We have workaround for this, you just need to set allow column freezing in layout settings to Yes.

<LayoutSettings AllowColumnFreezing="Yes">
            </LayoutSettings>

Hope this helps.

Best Regards,

Gordon Tumewu

Posted: September 3, 2009 11:18 PM

Hi,

I dont see any error in your WebFlyPostBackManager's settings. COuld I know what code that you used when updating all the control in the table? and in which event that you put the code?

Best Regards,

Gordon Tumewu

All times are GMT -5. The time now is 8:35 PM.
Previous Next