User Profile & Activity

Yudi Support
Page
of 12
Posted: September 29, 2009 3:05 AM

I created a simple project based on your scenario. The project is tested on both development and deployment environment. I was unable to repro the issue on my end. The background images loaded properly.

I enclosed the test project so that you can make any necessary changes to it until it replicates the issue. Please have the modified sample project sent back to us for further investigation.

Thank you.

Posted: September 28, 2009 5:48 AM

Assembly Load Trace: The following information can be helpful to determine why the assembly ‘ISNet.WebUI.WebDesktop’ could not be loaded.

From the “Assembly Load Trace” message, please try to remove “ISNet.WebUI.WebDesktop.dll” reference file from your project’s bin folder, and then re-add it from "C:\Program Files\Intersoft Solutions\WebUI Studio for ASP.NET\WebDesktop.NET 3.0\Bin" folder.

Please let me know whether this help or not.

PS: you may also need to add “ISNet.WebUI.WebDesktop.Resources.dll” as well if you are using register SmartWebResources™.

Posted: September 28, 2009 5:25 AM

... The scenario is the following: When I delete a WG row I need to retrieve the value from the selected row cell(2) of the WCombo...

Your information is useful. I’m able to repro the error if I use the code in WebGrid OnDeleteRow server side event. “WebCombo1.SelectedRow” returns null.

This happens because in WebGrid FlyPostBack context, not all of WebCombo information is sent to avoid performance issue. In normal circumstances, other controls wouldn’t be submitted in FlyPostBack context.

Since WebCombo1.Value or WebCombo1.Text information is passed in WebGrid FlyPostBack context, I suggest you to obtain the other cell of selected row by using query based on the value or text of WebCombo1.Value or WebCombo1.Text.

Hope this helps.

Posted: September 28, 2009 2:38 AM

I was unable to run your snippet code in my end. There are some classes that don’t exist in my end.

I created a simple sample of WebCombo integration with WebContextMenu scenario based on your code. The menu item is generated by button click event inside AJAX update panel. My sample works and I was unable to replicate your issue.

Please make any necessary changes to the attached sample, so it reproduces the issue. And then have the modified sample send back to us for further investigation. (You may use Northwind database if needed to.)

Posted: September 25, 2009 6:14 AM

Could you please inform us how do you bind WebGrid to its data source? Are you using data source control or bind the data source in InitializeDataSource event?

I would like to suggest you to use classic paging scenario or client binding scenario. For more detail about how to implement those scenarios, please refer to our samples.

Hope this help.

Posted: September 25, 2009 5:27 AM

Hello, is there any chance to retrieve server side all the WebCombo columns' values for the selected row, when the postback is set to false. The only value availble it seems to be Webcombo1.Value. Thank you my best regards. Luciano

Please try to use following snippet code to obtain all the column values of the selected row of WebCombo.

Label1.Text = WebCombo1.SelectedRow.Cells.GetNamedItem("ContactName").Text;
Label2.Text = WebCombo1.SelectedRow.Cells.GetNamedItem("CompanyName").Text;
Label3.Text = WebCombo1.SelectedRow.Cells.GetNamedItem("Phone").Text;

I assume that the term “when the postback is set to false” refer to AllowAutoPostback=”False” in WebCombo. Please let me know if you have different scenario.

Below is the deployment checklist of Intersoft product.

1.       Framework Assemblies

You are required to copy framework assemblies to your project’s bin folder. The framework assemblies can be found in "C:\Program Files\Intersoft Solutions\WebUI.NET Framework 3.0\Bin" folder (Default installation directory). The framework assemblies are:

·         ISNet.dll

·         ISNet.WebUI.dll

2.       Component Assembly

Component assembly is required to be copied to your project’s bin folder. The component assembly can be found in each component’s folder. For example, WebGrid 7 component assembly can be found in "C:\Program Files\Intersoft Solutions\WebUI Studio for ASP.NET\WebGrid.NET 7.0\Bin" folder. The component assembly is:

·         ISNet.WebUI.WebGrid.dll

3.       Resource Assembly

Ensure that you have copied the resources assemblies to your project’s bin folder. The resources assembly can be found in each component’s folder. For example, WebGrid 7 resource assembly can be found in "C:\Program Files\Intersoft Solutions\WebUI Studio for ASP.NET\WebGrid.NET 7.0\Bin" folder. The resource assembly is:

·         ISNet.WebUI.WebGrid.dll

·         ISNet.WebUI.WebGrid.Resources.dll

·         ISNet.WebUI.WebDesktop.Resources.dll

4.       Other Assembly

Other assembly, like exporting assembly or charting assembly or etc, is required to be copied to your project’s bin folder.

 

Hope this helps.
Posted: September 24, 2009 10:14 PM

From your attached screenshot, I suspect that ISNet.dll; ISNet.WebUI.dll; and ISNet.WebUI.Resources.dll is missing in your deployed project’s bin folder. Please add those references files from "C:\Program Files\Intersoft Solutions\WebUI Studio for ASP.NET\WebUI.NET Framework 3.0\Bin" folder.

Hope this help.

Posted: September 24, 2009 4:28 AM

Currently we don’t provide client side method in order to import a document from file with client side event. Loading content from HTML file is only possible to be done in server side. For more detail about this information, please check the article at here.

You need to implement your own client side function that will import a document from file. I enclosed one simple sample that shows how to import html file into WebTextEditor with client side event. In the sample, XMLHttpRequest object is used to update the page with new data, the imported html file, without reloading the page. The imported file,"Breakthrough Editing Experience.html",is available in the WebTextEditorSamples project.

Please check the sample and let me know whether this helps or not.

Posted: September 23, 2009 11:09 PM

Thanks for thte link to KB article. But I still do not understand why can't you guys write some kind of batch file to do the steps explained in the article. It will not take more then 30 mins to write. If you write it post it to this thread, otherwise i will write one during this weekend.

-raja

Thank you for your feedback.

Could you please describe about the term “batch file” that you mention in your post?

Please let me know whether my suggestion helps or not?
Thank you. Hope this helps.

All times are GMT -5. The time now is 10:33 AM.
Previous Next