Your Privacy Matters: We use our own and third-party cookies to improve your experience on our website. By continuing to use the website we understand that you accept their use. Cookie Policy
20
WebDialogWindow is not available in toolbar (ASP.NET 2.0)
posted

Hello,

I want to add a WebDialogWindow on my ASPX-Form (ASP.NET 2.0), but I can not find the control. The namespace "Infragistics.Web.UI.LayoutControls.WebDialogWindow" does not appear in my list of available assemblies.

 Using the following code, I am able to use the control, but it works not in a satisfying way (pictures are missing, buttons do not work, and much more).

Dim dlg As New Infragistics.Web.UI.LayoutControls.WebDialogWindow

dlg.Header.CaptionText = "Abfrage"

dlg.Header.MaximizeBox.Visible = True

dlg.Header.MinimizeBox.Visible = True

dlg.Modal = True

dlg.Resizer.Enabled = True

dlg.ContentPane.ContentUrl = "http://www.google.de"

dlg.WindowState = Infragistics.Web.UI.LayoutControls.DialogWindowState.Normal

Dim smo As New ScriptManager()

Me.Form.Controls.Add(smo)

Me.Form.Controls.Add(dlg)

 

What do I have to do to view the control in my toolbox?

  • 535
    Offline posted

    Hi,

    i had the same problem. Found that DialogWindow, ImageViewer and Splitter were shown in another Registercard (from 2007.3) I remembered that i installed the Aikido Framework during 2007.3 was available. So deinstall the Aikido and the reinstall the ASP NET 2008.1 then the controls should be available..

    Hope it helps ..

     

    Greetings,

     

    Torsten