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
Hello,Currently, Crosslight hasn’t provide the feature to download a binary (byte[]) / PDF from local storage.However, you could download the binary (byte[]) from the report server.For further information regarding Crosslight reporting service, you could see in this Intersoft’s article below:http://intersoftpt.wordpress.com/2014/06/18/video-tutorial-getting-started-with-crosslight-reporting-service/Hope this helps.Regards,Hans K.
Hello,I tried to create two webpages, the first webpage contains a WebGrid that bind to access data source (Northwind database & Shippers table). Another page contains WebNavPane. The WebNavPane have a NavBarItem that the ‘TargetURL’ property value set to the WebGrid webpage.But unfortunately, it works fine on my end.I attached the modified page & the video regarding how I try to attempt your issue.Please kindly have review on the attached files and please let me know if there is a missing step or configuration while trying to attempt your issue.Thank you for your help.Regards,Hans K.
Hello,Thank you for the reply.I found that the ‘Paste multiple rows from clipboard’ option will occur if we enable the ‘AllowBatchUpdate’ option.I have tried to use the ‘Paste multiple rows from clipboard’ option, but unfortunately, it works fine as well on my end.I attached the modified page & the video regarding the result on my end.I have used the latest WebGrid assembly (v8.0.7200.259) & Intersoft Framework assembly (v3.0.5000.912) version.Could you inform me your current assembly version?What is your current browser? Have you try to set the ‘RenderingMode’ property to ‘HTML5’? Regards,Hans K.
Hello,Is Internet Explorer 10 version (or earlier) browser that you use for “compatibility mode for IE11” browser?Is non Internet Explorer browser, like Firefox or Chrome that you mean by “HTML5 browser”?Have you try to use HTML5 doctype in your page?Here’s the snippet code to define HTML5 doctype:
<!DOCTYPE HTML><html></html>
Could you inform me more information regarding your issue?Did you get the error message? What is the error message?How can I reproduce your issue on my end?Thank you for your help.Regards,Hans K.
Hello,Thank you for the reply.I have tried to find the “Paste multiple rows from clipboard” option. But unfortunately, I can’t found the option.I attached about how I try to find the option. Could you help to modify the WebGrid page that I attached in my prior post? So that I can find the “Paste multiple rows from clipboard” option & replicate your issue on my end.Thank you for your help.Regards,Hans K.
Hello,Thank you for the question.Based on your information, I created a WebGrid page and bind the WebGrid to access data source (Northwind.mdb database & Shippers table). Before I run the page, I add a new row with a NULL value to the Shippers table (Shippers_NullData.png). Then I run the page in Internet Explorer 11.I tried to “Copy this row” on the new row that have NULL value.After that, I tried to “Paste from clipboard” on “add new row” section.But unfortunately, it works fine on my end.I attached the modified page & the video regarding how I try to attempt your issue.Please kindly have review on the attached files and please let me know if there is a missing step or configuration while trying to attempt your issue.Please forgive me for lack of understanding about the reported problem.Thank you for your help.Regards,Hans K.
Hello,I apologize for any inconvenience this problem may have caused you.I tried to find the solution based on your error message from another source & community / forum.I came up with a couple of solution you might try:1. Please make sure that you have installed Oracle Data Access Components.2. Please try to check that the correct assembly was installed in the GAC.3. Please try to add the following DbProviderFactory entry to the web.config.
<system.data> <DbProviderFactories> <add name="Oracle Data Provider for .NET" invariant="Oracle.DataAccess.Client" description="Oracle Data Provider for .NET" type="Oracle.DataAccess.Client.OracleClientFactory, Oracle.DataAccess, Version=2.111.6.20, Culture=neutral, PublicKeyToken=89b483f429c47342" /> </DbProviderFactories> </system.data>
And another possible solution is remove the "Managed" word in the provider name.
From: connectionString="DATA SOURCE=10.3.10.101:1521/dataconn;PASSWORD=password;PERSIST SECURITY INFO=True;USER ID=DataConn" providerName="Oracle.ManagedDataAccess.Client" To: connectionString="DATA SOURCE=10.3.10.101:1521/dataconn;PASSWORD=password;PERSIST SECURITY INFO=True;USER ID=DataConn" providerName="Oracle.DataAccess.Client
Here’s the source links that I found regarding this issue:http://forums.asp.net/t/1734918.aspx?Unable+to+find+the+requested+Net+Framework+Data+Provider+It+may+not+be+installed+http://stackoverflow.com/questions/17528252/odp-net-error-unable-to-find-the-requested-net-framework-data-providerhttp://blogs.msdn.com/b/dotnetinterop/archive/2006/03/17/connecting-asp-net-2-0-gridview-to-oracle.aspxHope this helps.Regards,Hans K.
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