RE: text truncation in dropdownlist control
From: Steven Cheng[MSFT] (v-schang_at_online.microsoft.com)
Date: 02/01/05
- Next message: Adam Urbano via DotNetMonster.com: "Scrollable CheckBoxList with <div> tag problems"
- Previous message: no one: "Re: File upload as ASP.Net control??"
- In reply to: James: "RE: text truncation in dropdownlist control"
- Next in thread: James: "RE: text truncation in dropdownlist control"
- Reply: James: "RE: text truncation in dropdownlist control"
- Messages sorted by: [ date ] [ thread ]
Date: Tue, 01 Feb 2005 05:45:30 GMT
Hi James,
Thanks for the followup and your understanding. Yes, from your further
description, I've got that what you need is actually a easy to use and also
encapsulated control rather than a certain control with lots of scripts
which makes the application or page hard to maintain. Also, the problem
does be caused by the IE's clientside behavior for such list html elements.
Currently we can use some scripts to display the selectedItem's Text in a
certain div or layer, if you want a more encapsulated (easy to maintain ),
you can consider build a custom WebControl which derived from the
DropDownList and the scripts can be embeded into the control's code. In
fact, this is just what the ASP.NET webserver control Model provide us. :)
Thanks & Regards,
Regards,
Steven Cheng
Microsoft Online Support
Get Secure! www.microsoft.com/security
(This posting is provided "AS IS", with no warranties, and confers no
rights.)
- Next message: Adam Urbano via DotNetMonster.com: "Scrollable CheckBoxList with <div> tag problems"
- Previous message: no one: "Re: File upload as ASP.Net control??"
- In reply to: James: "RE: text truncation in dropdownlist control"
- Next in thread: James: "RE: text truncation in dropdownlist control"
- Reply: James: "RE: text truncation in dropdownlist control"
- Messages sorted by: [ date ] [ thread ]
Relevant Pages
|