User Profile & Activity

Gordon Tumewu Support
Page
of 19
Posted: September 28, 2009 10:39 PM

Hi,

Actually it's the first time we got the behaviour. Usually the error will be fix after we do iisreset. Could I know your WebDesktop and Framework version? Also could you try to update the WebDesktop and Framework dll using Update manager?

One more thing, is this only happend in your WebDesktop control?

Best Regards,

Gordon Tumewu

Posted: September 27, 2009 11:55 PM

Hi,

I have modified my sample by changing the Child2.aspx to your page. Here I attached my simple sample.

Hope this helps.

Best Regards,

Gordon Tumewu

Posted: September 27, 2009 11:26 PM

Hi,

Try to remove all the reference to WebDesktop in your project. After that close the project, do iisreset, then open again the project then drag new webtab in new page in your project.

Hope this helps.

One more thing please make sure that the ISNet.WebUI.WebDesktop.dll in your project have the same version like the one in C:\Program Files\Intersoft Solutions\WebUI Studio for ASP.NET\WebDesktop.NET 3.0\Bin.

Best Regards,

Gordon Tumewu

Posted: September 25, 2009 5:33 AM

Hi Dasha,

To enable tab into WebMenu, you need to set ShowFocusBorder property to True in WebMenu's property. Also once you have focus on one of the item, you just need to press the arrow navigation, then the menu will expand.

Best Regards,

Gordon Tumewu

Posted: September 25, 2009 4:20 AM

Hi Holger,

Is it possible to attach the HTML structure that you have? I need to check and inspect the page because I am affraid that the structure in your page and my sample is different, that's why I need to check it first.

Best Regards,

Gordon Tumewu

Posted: September 25, 2009 4:16 AM

Hi Vince,

I am sorry but the masking feature only in WebInput. Also if you want to use the masking feature, why dont use the WebInput? Do you have spesific scenario?

Best Regards,

Gordon Tumewu

Posted: September 24, 2009 10:53 PM

Hi Alfred,

I am sorry but I am confused with the scenario, so do you want to clear the user selection or select all item in WebCombo in single click?

Best Regards,

Gordon Tumewu

Hi,

Could you describe more spesific about your requirement? Do you want to set the content of WebDialogBox as IFrame or as Inline? If you want to create the content as IFrame, then you can use the code that I gave to you.

The attribute "innerText", "ContentElement" and "ContentTemplateElement" is used for Inline content, is this what you want?

Best Regards,

Gordon Tumewu

Posted: September 24, 2009 10:21 PM

Hi,

Is this happends before? I mean is the issue happend after you update the hotfix? Or the error suddenly occured. Please check your project's bin folder and make sure that ISNet.WebUI.WebDesktop.dll is occured and ISNet.WebUI.WebDesktop.Resources.dll if you are using SmartWebResources.

Also is this happend to other intersoft controls(e.g WebGrid, WebCombo)?

Best Regards,

Gordon Tumewu

Hi,

You can use the following code:

var wdb = ISGetObject("WebDialogBox1");
wdb.SetContentURL("your URL");
wdb.ShowDialog();

Best Regards,

Gordon Tumewu

All times are GMT -5. The time now is 1:45 PM.
Previous Next