Hi all,
I am trying to create Webdropdown control object at runtime. But statement
ddlList=new WebDropdown();
give error "WebDropdown has no constructor defined". How I can create WebDropdown control object?
Hi,
The class is called "WebDropDown", not "Webdropdown" - note the case sensitivity.
Hope it helps. Thanks,
Angel
I want to create a WebDropDown dynamically.
Versión asp.net 2.0 infragistics 9.2
Protected m_element As New WebDropDown()
Infragistics.WebUI.WebDropDown.WebDropDown.Private Sub New()' is not accessible in this context because it is 'Private'.
Any help?? Thanks...
The namespace for this class is Infragistics.Web.UI.ListControls.
Thanks,
I can't find the namespace Infragistics.Web.UI.ListControls, what reference I need??
The webcontrol is in:
Infragistics.WebUI.WebDropDown.WebDropDown
within the reference infragistics2.WebUI.WebDataInput.v9.2.dll
Thanks.
It's in: Infragistics35.Web.v9.2.dll. It's a control released in 9.1, the WebDataInput is a different control, which happens to have a class with the same name in it.