Forums
New posts
Search forums
Members
Current visitors
Log in
Register
What's new
Search
Search
Search titles only
By:
New posts
Search forums
Menu
Log in
Register
Install the app
Install
Forums
Archive
Archive
ASP .Net
ASP .Net Building Controls
Composite dropdownlist control that also displays a listbox????
JavaScript is disabled. For a better experience, please enable JavaScript in your browser before proceeding.
You are using an out of date browser. It may not display this or other websites correctly.
You should upgrade or use an
alternative browser
.
Reply to thread
Message
[QUOTE="Peter S., post: 4255668"] This is driving me crazy, I am trying to build a custom dropdownlist that when rendered also displays a listbox next to it. I am going to use the listbox as a repository for items that are selected when accessing the dropdown. I did override CreateControlCollection() and returned "new ControlCollection(this);". However when I add controls (by overriding CreateChildControls()) I do not see them on the webpage. Is there any other magic that needs to be done? I have created other custom controls without a problem. BTW, I want to keep dropdownlist as the base class because my page has a number of these controls and I want to be able to configure the list via the aspx page rather than programatically. Any information would be greatly appreciated!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! Thanks, Peter [/QUOTE]
Verification
Post reply
Forums
Archive
Archive
ASP .Net
ASP .Net Building Controls
Composite dropdownlist control that also displays a listbox????
Top