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 John,
To resolve this problem, maybe you can move the window OnAfterCheckSpell event. In that event, you can get the DialogBox because it has been made by WebSpellChecker. Then you can move the Window by using MoveTo() function on WebDialogBox's Window. Here's the snipper code:
function OnAfterCheckSpell() { var WebSpellChecker1 = ISGetObject("WebSpellChecker1"); WebSpellChecker1.DialogBox.Window.MoveTo(100, 100); return true; }
Hope this helps.
Regards,Bernard
Hi Patrick,
ISRes.axd is file that contains our resources. The error that you mentioned before might be happen because some our method that project can found inside our resources, can't be founded by your project.
To resolve this issue, please ensure ISNet.dll, ISNet.WebUI.dll, and ISNet.WebUI.Resources.dll has been added inside your project bin folder. If you're making website project please ensure if the CopyLocal property of that assembly has been changed to True. Then, you can put the handlers inside your web.config. I attach web.config sample here. You can put that configuration to your project's web.config. If this matter still happen, please let me know. Hope this helps.
Hi Nikola,
Glad that the solution that I gave is the one that you wanted. However, I think it must to show the dropdown because it will trigger the WebCombo to show its collection inside ResultBox so we can choose the value in there. After the value has been populated inside WebCombo we can select the value from resultbox. If you have any further question, please don't hesitate to ask us. Hope this helps.
Hi,
I think you should change the value for each WebCombo that you have in your project. When I tried to add the value in web.config, the value couldn't be applied in each WebCombo inside the project. Hope this helps.
To achieve this scenario, you can open the resultbox first so WebCombo will load its value to ResultBox. And then when the value has been loaded, you can set the WebCombo's value from ResultBox. I also made you a simple sample regarding this problem. Could you look for my code and please tell me if there's misconfiguration in my code? Hope it will help you.
Hi Armore1972,
This issue happen because some method couldn't be found in our assembly or CommonLibrary. Could you tell me the build version for ISNet.dll, ISNet.WebUI.dll and ISNet.WebUI.Resources.dll? Is your framework and your WebCombo assembly is the latest one? The latest Framework version is 3.0.5000.902 and the latest WebCombo version is 6.0.7200.252. Please ensure the latest framework and WebCombo assemblies has been applied in your project bin folder.
If this matter still persist, please let me know. Hope this helps.
It can't be done if you define WebMethod in System.Web.UI.Page class. You should put it inside WebService class. That's why we need .asmx as Web Service inside your project. Web Service itself have code behind that held WebMethod to get QueryResult. Although, DataSourceSelectArguments will automatically parsed from WebCombo to WebMethod when selecting. However, you can't return a DataTable in ClientBinding with WebService. Also for the snippet code above, the snippet code is not correct because it has WebService as DataSourceType and it will refer to asmx file as WebService. Hope this helps.
From version history, I just found out that this fix has been added from WebGrid 8.0.7200.251. You can try to update your WebGrid via Update Manager or you can grab it from your developer network. After applying the assembly, you can try to use PreserveWhitespace property on you WebGridColumn. Please let me know if there are any new issue regarding this scenario. Look forward to hear any feedback from you so I can help you further.
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