|
Hi,
I am facing a problem when I convert my component from .net 1.1 to 2.0. The component is having a property which gets/sets a dropdownlist.
In 1.1, I work this way.
1. Drag and drop a component in the .aspx page. It sits in the component tray of the page.
2. drag and drop a dropdownlist control in the .aspx page.
3. In the property window of the component, against that dropdownlist property I select the dropdownlist which is available in the .aspx page.
The problem is, I have converted the component to 2.0 using VS 2005. In 2.0 after I place the component in Component designer, the dropdownlist property of the component is NOT listing the dropdownlist controls available in the page. I have created a component for WinForms environment for testing purpose, and it is listing the combobox controls available in the WinForm against the combobox property of the component in the property window.
Any suggestions why it is not listing in WebForm (.aspx) environment?
regards
Balu
|
|
|
|
|
|
|
|