Re: DropDownList

Tech-Archive recommends: Fix windows errors by optimizing your registry



Hi Steve

It looks good. Any idea if the ComboBox supported in VS 2005?

Thanks

Steve C. Orr [MVP, MCSD] wrote:
> Strangely, HTML does not support a ComboBox.
> So you have to fake one.
> Here are a couple examples, with free controls included that you can
> use or modify.
> http://SteveOrr.net/articles/ComboBox.aspx
> http://www.metabuilders.com/tools/ComboBox.aspx
>
>
> "abcd" <abcd@xxxxxxxx> wrote in message
> news:OYU8NKnVFHA.2128@xxxxxxxxxxxxxxxxxxxxxxx
>> This may be simple but its not clicking me
>>
>> I have 2 questions
>>
>> 1. I am using DropDownList control, how should I set this to use it
>> as a combo box...(i.e. I want to enter the value as well as select
>> the values) 2. I am programatically selecting something usinng
>> "lstBox.SelectedValue = some value". Now I want to fire selection
>> change event when I set/select some value
>>
>> thanks


.



Relevant Pages

  • Re: replace <br> with NL
    ... I always do this in code via the sendmail object, but if you do it this way ... are you sure the default is to accept html, or do you need to call ... >> Steve C. Orr, MCSD, MVP ...
    (microsoft.public.dotnet.framework.aspnet)
  • Re: Send HTML Email from ASP.NET
    ... Nope, no html there, is that the problem? ... > Steve C. Orr, MCSD, MVP ... >>I can't seem to get messages to be sent in HTML format. ...
    (microsoft.public.dotnet.framework.aspnet)