[lnkForumImage]
TotalShareware - Download Free Software

Confronta i prezzi di migliaia di prodotti.
Asp Forum
 Home | Login | Register | Search 


 

Forums >

microsoft.public.dotnet.framework.aspnet.mobile

showing 2 columns in a SelectionList Control dropdown

hs

11/20/2002 3:27:00 PM

Hi Everyone,
Would it be possible to show 2 columns when a
SelectionList control(dropdown style) is clicked. For
example, ID and Description columns... I only want to show
the ID column (or both, if the dropdown is clicked).

I was thinking maybe inherit SelectionList control, but
not sure how to go about it.
Any ideas would be good.
thanks
hs
1 Answer

(Patrick C. Cole (MS))

11/20/2002 10:17:00 PM

0

hs,

Not that I am aware of. You have a single DataTextField to work with, but
perhaps you could combine the information the SelectionList uses to display.

Patrick Cole
Microsoft Developer Support

This posting is provided "AS IS" with no warranties, and confers no rights.
You assume all risk for your use. © 2002 Microsoft Corporation. All rights
reserved.
--------------------
| Content-Class: urn:content-classes:message
| From: "hs" <hs@nospam.syn>
| Sender: "hs" <hs@nospam.syn>
| Subject: showing 2 columns in a SelectionList Control dropdown
| Date: Wed, 20 Nov 2002 06:27:29 -0800
| Lines: 11
| Message-ID: <ba6401c290a0$f5024910$89f82ecf@TK2MSFTNGXA01>
| MIME-Version: 1.0
| Content-Type: text/plain;
| charset="iso-8859-1"
| Content-Transfer-Encoding: 7bit
| X-Newsreader: Microsoft CDO for Windows 2000
| X-MimeOLE: Produced By Microsoft MimeOLE V5.50.4910.0300
| Thread-Index: AcKQoPUCu2cY0IXRRtqU6NerWQSZxQ==
| Newsgroups: microsoft.public.dotnet.framework.aspnet.mobile
| NNTP-Posting-Host: TK2MSFTNGXA01 10.40.1.47
| Path: cpmsftngxa08!cpmsftngxa06
| Xref: cpmsftngxa08 microsoft.public.dotnet.framework.aspnet.mobile:4977
| X-Tomcat-NG: microsoft.public.dotnet.framework.aspnet.mobile
|
| Hi Everyone,
| Would it be possible to show 2 columns when a
| SelectionList control(dropdown style) is clicked. For
| example, ID and Description columns... I only want to show
| the ID column (or both, if the dropdown is clicked).
|
| I was thinking maybe inherit SelectionList control, but
| not sure how to go about it.
| Any ideas would be good.
| thanks
| hs
|