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).
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
Me.Form.Controls.Add(smo)
Me.Form.Controls.Add(dlg)
What do I have to do to view the control in my toolbox?
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