Wrox Programmer Forums
|
ASP.NET 1.x and 2.0 Application Design Application design with ASP.NET 1.0, 1.1, and 2.0.
Welcome to the p2p.wrox.com Forums.

You are currently viewing the ASP.NET 1.x and 2.0 Application Design section of the Wrox Programmer to Programmer discussions. This is a community of software programmers and website developers including Wrox book authors and readers. New member registration was closed in 2019. New posts were shut off and the site was archived into this static format as of October 1, 2020. If you require technical support for a Wrox book please contact http://hub.wiley.com
 
Old April 12th, 2006, 09:53 AM
Registered User
 
Join Date: Apr 2006
Posts: 2
Thanks: 0
Thanked 0 Times in 0 Posts
Default Building composite Control with Image + DDL

Hi Everybody and thanks for this forum,

I'm building a composite control that contains an Image and a dropdownlist. The image is independent from the list values. All I want to do is to bind my drop down list to a datasource and affect aa picture to my image Control, I read many articles and I think my control should extend the CompositeDataBoundControl class (maybe I'm wrong),

I'm blocked on overriding this method :

Code:
protected override int  CreateChildControls(System.Collections.IEnumerable dataSource, bool dataBinding)
My control is not shown on my page and I didnt succed to bind my list to a datasource :(

I really need help thanks in advance
 
Old April 20th, 2006, 08:54 AM
Authorized User
 
Join Date: Apr 2006
Posts: 60
Thanks: 0
Thanked 0 Times in 0 Posts
Default

Why don't have a UserControl with an Image and a DropDownList. You can set DataSource with properties, and image the same way

 
Old October 3rd, 2006, 07:22 AM
Authorized User
 
Join Date: Apr 2005
Posts: 20
Thanks: 0
Thanked 0 Times in 0 Posts
Default

See also BinaryImage and HtmlDropDown controls from the AspLib component library (http://asplib.net)

It can help you.






Similar Threads
Thread Thread Starter Forum Replies Last Post
Passing Templates in a Composite Control dparsons ASP.NET 2.0 Professional 0 April 24th, 2008 12:28 PM
Composite Control Part 2 origjones General .NET 2 September 18th, 2006 03:28 AM
Building composite Control with Image + DDL mehdi_tn ASP.NET 2.0 Professional 1 April 12th, 2006 10:48 PM
PLEASE HELP - Composite Control brettk_1 ASP.NET 1.0 and 1.1 Professional 0 August 3rd, 2005 06:22 AM
Composite Control bmains .NET Framework 2.0 0 July 25th, 2005 12:57 PM





Powered by vBulletin®
Copyright ©2000 - 2020, Jelsoft Enterprises Ltd.
Copyright (c) 2020 John Wiley & Sons, Inc.