Velocity Reviews - Computer Hardware Reviews

Velocity Reviews > Newsgroups > Programming > ASP .Net > ASP .Net Web Controls > DropDownList question

Reply
Thread Tools

DropDownList question

 
 
RBM
Guest
Posts: n/a
 
      10-10-2006
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

 
Reply With Quote
 
 
 
 
Cowboy \(Gregory A. Beamer\)
Guest
Posts: n/a
 
      10-11-2006
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" <> wrote in message
news: oups.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


 
Reply With Quote
 
 
 
 
RBM
Guest
Posts: n/a
 
      10-13-2006
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:

> 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" <> wrote in message
> news: oups.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


 
Reply With Quote
 
 
 
Reply

Thread Tools

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are Off


Similar Threads
Thread Thread Starter Forum Replies Last Post
DropDownList inside GridView: How to set SelectedIndex for the DropDownList? keithb ASP .Net 1 11-01-2006 05:24 AM
GridView: Filter DropDownList for another DropDownList =?Utf-8?B?SnVhbmpv?= ASP .Net 0 12-29-2005 07:44 AM
GridView: Filtr DropDownList from another DropDownList =?Utf-8?B?SnVhbmpv?= ASP .Net 0 12-23-2005 01:31 PM
databinding a Dropdownlist to another dropdownlist tshad ASP .Net 8 10-19-2005 10:00 PM
Using a data-bind dropdownlist to populate another data-bind dropdownlist mr2_93 ASP .Net 1 10-02-2005 05:07 PM



Advertisments