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
40
Webdropdown has no cunstructor defined.
posted

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?