Velocity Reviews

Velocity Reviews (http://www.velocityreviews.com/forums/index.php)
-   ASP .Net Web Controls (http://www.velocityreviews.com/forums/f63-asp-net-web-controls.html)
-   -   DropDownList question (http://www.velocityreviews.com/forums/t779018-dropdownlist-question.html)

RBM 10-10-2006 06:29 AM

DropDownList question
 
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


Cowboy \(Gregory A. Beamer\) 10-11-2006 12:55 PM

Re: DropDownList question
 
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" <renebeltman@gmail.com> wrote in message
news:1160461793.643935.309200@i42g2000cwa.googlegr 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



RBM 10-13-2006 02:57 PM

Re: DropDownList question
 
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" <renebeltman@gmail.com> wrote in message
> news:1160461793.643935.309200@i42g2000cwa.googlegr 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




All times are GMT. The time now is 08:58 AM.

Powered by vBulletin®. Copyright ©2000 - 2013, vBulletin Solutions, Inc.
SEO by vBSEO ©2010, Crawlability, Inc.


1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57