Home All Groups Group Topic Archive Search About
Author
10 Oct 2006 6:29 AM
RBM
Dear ASP.NET users,

The default drop down list in ASP.NET does not support typing in the
box where the selectedvalue is stated. Does anyone have an idea about
to make such a drop down list. It must work within a gridview. The
typed values does not expressly have to be in the list.

I want to use it for an application to easely retype (or select) a
value. In a column. Therefor the values have to be realtime calculated.

Does anyone have a solution?

Thanks and advantage,

René Beltman

Author
11 Oct 2006 12:55 PM
Cowboy (Gregory A. Beamer)
Try this:
http://www.codeproject.com/aspnet/combobox.asp

--
Gregory A. Beamer
MVP; MCP: +I, SE, SD, DBA
http://gregorybeamer.spaces.live.com

*************************************************
Think outside of the box!
*************************************************
"RBM" <renebelt***@gmail.com> wrote in message
news:1160461793.643935.309200@i42g2000cwa.googlegroups.com...
Dear ASP.NET users,

The default drop down list in ASP.NET does not support typing in the
box where the selectedvalue is stated. Does anyone have an idea about
to make such a drop down list. It must work within a gridview. The
typed values does not expressly have to be in the list.

I want to use it for an application to easely retype (or select) a
value. In a column. Therefor the values have to be realtime calculated.

Does anyone have a solution?

Thanks and advantage,

René Beltman
Author
13 Oct 2006 2:57 PM
RBM
Hello Gregory,

That solution I found already, but I was searching for a solution in
ASP.NET 2.0 (fogot to tell). I found somethink like a combobox in the
AutoCompleteExtender from Atlas (or currently known as ASP.NET Ajax).

Thanks for your help.

Greetings,

René Beltman


Cowboy (Gregory A. Beamer) wrote:

Show quoteHide quote
> Try this:
> http://www.codeproject.com/aspnet/combobox.asp
>
> --
> Gregory A. Beamer
> MVP; MCP: +I, SE, SD, DBA
> http://gregorybeamer.spaces.live.com
>
> *************************************************
> Think outside of the box!
> *************************************************
> "RBM" <renebelt***@gmail.com> wrote in message
> news:1160461793.643935.309200@i42g2000cwa.googlegroups.com...
> Dear ASP.NET users,
>
> The default drop down list in ASP.NET does not support typing in the
> box where the selectedvalue is stated. Does anyone have an idea about
> to make such a drop down list. It must work within a gridview. The
> typed values does not expressly have to be in the list.
>
> I want to use it for an application to easely retype (or select) a
> value. In a column. Therefor the values have to be realtime calculated.
>
> Does anyone have a solution?
>
> Thanks and advantage,
>
> René Beltman