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,
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
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.
I have migrate my sample from C# to VB but I dont get any issue. Here I attached my sample.
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?
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.
Great to hear that the problem solved. Just let me know if you have another issue.
Is it possible to send me the sample? I am trying to create a sample, but still cannot replicate the issue.
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.
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>
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?
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