Home | Contact Us | FAQ | Search & Site Map | Link to Us
Sign In | Join | Other 45 Sites in Network
HomeAnnouncementsFree MagazinesWhite PapersSubmit Content
Discussion GroupsASP.NETWindows FormsLanguages.NET FrameworkVisual Studio.NET
Articles.NET FrameworkASP.NETToolsWindows Forms
.NET DirectoryOpen Source ProjectsUser GroupsWeb Resources
Related Topics
Visual Basic 6SQL ServerMS AccessOther DB ProductsMS Server ProductsMore Topics ...

.NET Forum / ASP.NET / Building Controls / May 2008

Tip: Looking for answers? Try searching our database.

html select's option tag's display

Thread view: 
Enable EMail Alerts  Start New Thread
Thread rating: 
TS - 30 Apr 2008 15:48 GMT
i have a DDL that i am allowing its content to not be html encoded. my goal
is to have each option tag with formatted spacing so that it appears to be 2
columns in the drop down list. i cannot do spaces or other characters to get
this spacing becuase the with of spacing is not the same from option to
option. i would like it to look like this so the list is visibly readable:

11234      Equipment
313452    Tools
133          Cars

Any help is appreciated,
thanks
TS - 30 Apr 2008 20:52 GMT
to reiterate, i have tried simple   for spacing but the width taken up
by the space is not the same as the width for a character, so alignment is
not achieved (i have tried <pre> tag but it is isgnored)

>i have a DDL that i am allowing its content to not be html encoded. my goal
>is to have each option tag with formatted spacing so that it appears to be
[quoted text clipped - 8 lines]
> Any help is appreciated,
> thanks
Steven Cheng [MSFT] - 01 May 2008 03:43 GMT
Hi TS,

From your description, you're using an html <select> list to display some
text data list. Since each select option will display two data field,
you're looking for a way to better format the options so that those options
are aligned correctly(like table) vertically, correcct?

Regarding on this issue, I've performed some tests. It seems the <select>
list's <option> item is quite limited that we can add little inner html to
format the text in it. At least, html <table> cannot be used in <option>.
I've also tried using <div>, it can be embeded into it, however, setting
the width also not quite work.  I'm thinking whether we can do the length
formatting at data level. For example, for the data items you  will bind to
the <select> list, it is possible that you format the text data before bind
to <select> list? For example, you can append html space (&nbsp;) to each
text so as to fill them as a fixed width?

Or you can look for some customized rich dropdownlist approach:

#Rich List Controls in ASP.NET
http://www.codeproject.com/KB/custom-controls/RichListControls.aspx

Sincerely,

Steven Cheng

Microsoft MSDN Online Support Lead

Delighting our customers is our #1 priority. We welcome your comments and
suggestions about how we can improve the support we provide to you. Please
feel free to let my manager know what you think of the level of service
provided. You can send feedback directly to my manager at:
msdnmg@microsoft.com.

==================================================
Get notification to my posts through email? Please refer to
http://msdn.microsoft.com/subscriptions/managednewsgroups/default.aspx#notif
ications.

==================================================
This posting is provided "AS IS" with no warranties, and confers no rights.

--------------------
>From: "TS" <manofsteele1@nospam.nospam>
>References: <#2Af5EtqIHA.3900@TK2MSFTNGP05.phx.gbl>
>Subject: Re: html select's option tag's display
>Date: Wed, 30 Apr 2008 14:52:44 -0500

>>i have a DDL that i am allowing its content to not be html encoded. my goal
>>is to have each option tag with formatted spacing so that it appears to be
[quoted text clipped - 8 lines]
>> Any help is appreciated,
>> thanks
TS - 01 May 2008 15:39 GMT
Thanks, i was able to get the alignment to work using &nbsp; and a monospace
font (courier)

> Hi TS,
>
[quoted text clipped - 65 lines]
>>> Any help is appreciated,
>>> thanks
Steven Cheng [MSFT] - 02 May 2008 04:54 GMT
Thanks for your reply TS,

I'm glad that you've found out your means to get the alignment working. If
there is anything else we can help later, welcome to post here.

Sincerely,

Steven Cheng

Microsoft MSDN Online Support Lead

Delighting our customers is our #1 priority. We welcome your comments and
suggestions about how we can improve the support we provide to you. Please
feel free to let my manager know what you think of the level of service
provided. You can send feedback directly to my manager at:
msdnmg@microsoft.com.

==================================================
Get notification to my posts through email? Please refer to
http://msdn.microsoft.com/subscriptions/managednewsgroups/default.aspx#notif
ications.

==================================================
This posting is provided "AS IS" with no warranties, and confers no rights.
--------------------
>From: "TS" <manofsteele1@nospam.nospam>
>References: <#2Af5EtqIHA.3900@TK2MSFTNGP05.phx.gbl>
<upA$DvvqIHA.2068@TK2MSFTNGP05.phx.gbl>
<Cy3sbUzqIHA.1788@TK2MSFTNGHUB02.phx.gbl>
>Subject: Re: html select's option tag's display
>Date: Thu, 1 May 2008 09:39:17 -0500

>Thanks, i was able to get the alignment to work using &nbsp; and a monospace
>font (courier)
[quoted text clipped - 38 lines]
>> ==================================================
>> Get notification to my posts through email? Please refer to

http://msdn.microsoft.com/subscriptions/managednewsgroups/default.aspx#notif
>> ications.

Free Magazines

Get these publications absolutely FREE for up to 12 months. There are no hidden fees and no obligation. Simply choose a title, complete the application form and submit it. Read more ...

Oracle MagazineNetwork ComputingComputer WorldBio-IT WorldeWeekInformation WeekInfosecurity
 
Sign In
Join
My Latest Posts
My Monitored Threads
My Blog
My Photo Gallery
My Profile
My Homepage

Start New Thread
Enable EMail Alerts
Rate this Thread



©2008 Advenet LLC   Privacy Policy - Terms of Use
This website includes both content owned or controlled by Advenet as well as content owned or controlled by third parties.