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 Loren,
This is not an issue from a WebScheduler. This is happens because a limitation from IE browser it self, so there should an update from IE developer.
Regards,Riendy
Hi Udaya,
Error Message: Attempted to read or write protected memory. This is often an indication that other memory is corrupt.
Regarding to this error, would please ensure that your Web service already using .NET 3.5 correctly or not? This error usually shows when you're not using .NET 2.0 framework or higher, because to use WebGrid v6.0, you have to use .NET 2.0 framework or higher.
Please let me know if you get any trouble.
Thank you.Riendy
Hello Mang Lu,
I could not replicate your issue on my end, Would you please attach a simple runable sample which is reproduce your issue ?
This error usually happens because WebGrid get a timeout when connecting to server or using unbound.In unbound mode, this error will show everytime you use FlyPostBack request such as sorting, refresh, etc.
Dear Lee and John,
Now, I able to send nightly build 2 to both of you. Could you please let me know what is your email address ?
Thank you,Riendy
I can replicated your issue here. The problem that you got is not when you click the Load button, but when you save. The save file might be uncompletely. But the other way to save and load webGrid's layout, I suggest you to use SaveTablesStructure. SaveTablesStructure can cover all scenario for save and load WebGrid's layout.
You can look at snippet code bellow :
protected void Button1_Click(object sender, EventArgs e) { WebGrid1.SaveTablesStructure(Server.MapPath("SampleLayout.isl")); // you can also use xml file }
protected void Button2_Click(object sender, EventArgs e) { WebGrid1.LoadTablesStructure(Server.MapPath("SampleLayout.isl")); WebGrid1.RebindDataSource(); }
Hope this helps.Riendy
Hello,
Your issue is still on progress. I ensure that our developers effort to fix this issue as soon as possible.
Hello Lee,
Sorry for latest respone, I'm still waititng for the the news when this version will be released. I ensure that you don't need longer time to get this version. I will let you know as soon as possible for the updates.
Hi Patrick,
I could replicate your issue by using WCF on my end. It doesn't work fine as you said. For the forward this issue to our development team for further investigated.
For your information, if the column that you hide is a data value's column, you may call it, although that columns is hidden.
I will let you know for any updates for this issue soon, Patrick.
Hi Christian,
I'm so sorry for the latest respone.
Our development team has been fixed this issue and I would like to send a nightly build to you. Would you please let me know what is your email address?
Hello Patrick,
Would you please let me know what is not rendered ?A normal behavior for RenderOnHidden is If the column is invisible (set hidden to true), and the RenderOnHidden is set to false, the column will be hidden and you cannot get or set its value. But, if you set RenderOnHidden to true, you can gets or sets a WebCombo's value which is invisible (hidden=true).For your information, I tried by using clientBinding, and this behavior works fine on my end.
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