PC Review


Reply
Thread Tools Rate Thread

Combo Box in Asp.net 2.0?

 
 
Mel
Guest
Posts: n/a
 
      2nd Nov 2009
Is there a combo box available for Asp.net 2.0? My AJAX toolkit is
not showing a combo box control. I would like to have a drop-down
list that has AutoComplete and also allows the user to type a new
entry if need be. Is there a control that does this?

(using Visual Studio 2005, Visual Basic .NET)
 
Reply With Quote
 
 
 
 
Scott M.
Guest
Posts: n/a
 
      2nd Nov 2009

"Mel" <(E-Mail Removed)> wrote in message
news:22097746-28e7-4caa-b804-(E-Mail Removed)...
> Is there a combo box available for Asp.net 2.0? My AJAX toolkit is
> not showing a combo box control. I would like to have a drop-down
> list that has AutoComplete and also allows the user to type a new
> entry if need be. Is there a control that does this?
>
> (using Visual Studio 2005, Visual Basic .NET)


http://www.asp.net/AJAX/AjaxControlT.../ComboBox.aspx

-Scott


 
Reply With Quote
 
Mel
Guest
Posts: n/a
 
      2nd Nov 2009
On Nov 2, 4:07*pm, "Scott M." <s-...@nospam.nospam> wrote:
> "Mel" <mlights...@gmail.com> wrote in message
>
> news:22097746-28e7-4caa-b804-(E-Mail Removed)...
>
> > Is there a combo box available for Asp.net 2.0? *My AJAX toolkit is
> > not showing a combo box control. *I would like to have a drop-down
> > list that has AutoComplete and also allows the user to type a new
> > entry if need be. *Is there a control that does this?

>
> > (using Visual Studio 2005, Visual Basic .NET)

>
> http://www.asp.net/AJAX/AjaxControlT...boBox/ComboBox....
>
> -Scott


My AJAX toolkit is not showing the ComboBox control.
 
Reply With Quote
 
Scott M.
Guest
Posts: n/a
 
      2nd Nov 2009

"Mel" <(E-Mail Removed)> wrote in message
news:0513df40-4789-446c-b1c8-(E-Mail Removed)...
On Nov 2, 4:07 pm, "Scott M." <s-...@nospam.nospam> wrote:
> "Mel" <mlights...@gmail.com> wrote in message
>
> news:22097746-28e7-4caa-b804-(E-Mail Removed)...
>
> > Is there a combo box available for Asp.net 2.0? My AJAX toolkit is
> > not showing a combo box control. I would like to have a drop-down
> > list that has AutoComplete and also allows the user to type a new
> > entry if need be. Is there a control that does this?

>
> > (using Visual Studio 2005, Visual Basic .NET)

>
> http://www.asp.net/AJAX/AjaxControlT...boBox/ComboBox....
>
> -Scott


>>My AJAX toolkit is not showing the ComboBox control.


Then you may not have installed it correctly. You may wish to uninstall it
and reinstall it and even if you don't see the control on the toolbox, try
the sample code to see if the code is recognized.

-Scott


 
Reply With Quote
 
Mel
Guest
Posts: n/a
 
      2nd Nov 2009
On Nov 2, 4:30*pm, "Scott M." <s-...@nospam.nospam> wrote:
> "Mel" <mlights...@gmail.com> wrote in message
>
> news:0513df40-4789-446c-b1c8-(E-Mail Removed)...
> On Nov 2, 4:07 pm, "Scott M." <s-...@nospam.nospam> wrote:
>
> > "Mel" <mlights...@gmail.com> wrote in message

>
> >news:22097746-28e7-4caa-b804-(E-Mail Removed)....

>
> > > Is there a combo box available for Asp.net 2.0? My AJAX toolkit is
> > > not showing a combo box control. I would like to have a drop-down
> > > list that has AutoComplete and also allows the user to type a new
> > > entry if need be. Is there a control that does this?

>
> > > (using Visual Studio 2005, Visual Basic .NET)

>
> >http://www.asp.net/AJAX/AjaxControlT...boBox/ComboBox....

>
> > -Scott
> >>My AJAX toolkit is not showing the ComboBox control.

>
> Then you may not have installed it correctly. *You may wish to uninstall it
> and reinstall it and even if you don't see the control on the toolbox, try
> the sample code to see if the code is recognized.
>
> -Scott


Yeah, unfortunately the sample code is not recognized. I have
installed the toolkit several times, maybe it is something that was
added to the toolkit later versions of ASP.NET or something (I am
using Asp.net 2.0)? Can anyone confirm this?
 
Reply With Quote
 
Mel
Guest
Posts: n/a
 
      3rd Nov 2009
On Nov 2, 4:43*pm, Mel <mlights...@gmail.com> wrote:
> On Nov 2, 4:30*pm, "Scott M." <s-...@nospam.nospam> wrote:
>
>
>
>
>
> > "Mel" <mlights...@gmail.com> wrote in message

>
> >news:0513df40-4789-446c-b1c8-(E-Mail Removed)....
> > On Nov 2, 4:07 pm, "Scott M." <s-...@nospam.nospam> wrote:

>
> > > "Mel" <mlights...@gmail.com> wrote in message

>
> > >news:22097746-28e7-4caa-b804-(E-Mail Removed)....

>
> > > > Is there a combo box available for Asp.net 2.0? My AJAX toolkit is
> > > > not showing a combo box control. I would like to have a drop-down
> > > > list that has AutoComplete and also allows the user to type a new
> > > > entry if need be. Is there a control that does this?

>
> > > > (using Visual Studio 2005, Visual Basic .NET)

>
> > >http://www.asp.net/AJAX/AjaxControlT...boBox/ComboBox.....

>
> > > -Scott
> > >>My AJAX toolkit is not showing the ComboBox control.

>
> > Then you may not have installed it correctly. *You may wish to uninstall it
> > and reinstall it and even if you don't see the control on the toolbox, try
> > the sample code to see if the code is recognized.

>
> > -Scott

>
> Yeah, unfortunately the sample code is not recognized. *I have
> installed the toolkit several times, maybe it is something that was
> added to the toolkit later versions of ASP.NET or something (I am
> using Asp.net 2.0)? *Can anyone confirm this?- Hide quoted text -
>
> - Show quoted text -


I think the combo box was added to later versions of the AJAX control
toolkit. And the later versions are not compatible with Visual Studio
2005 and Asp.net 2.0. If anyone has any other ideas I am all ears. I
really need a combo box!
 
Reply With Quote
 
Jeremy S.
Guest
Posts: n/a
 
      4th Nov 2009
>> RE:. I really need a combo box!

http://aspnetajax.componentart.com/c.../webform1.aspx

The above link is to a demo page for the ComponentArt combo box.

Remember - you get what you pay for. From personal experience, this is a
really good combo box control.

- HTH


 
Reply With Quote
 
 
 
Reply

Thread Tools
Rate This Thread
Rate This Thread:

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
Access 2007 - Combo Boxes to break down list in othe combo box A_Barnes General Software 1 23rd Jul 2011 03:05 PM
combo box selection runs query to sum values in table not gettingparameter from combo box RCGUA Microsoft Access Form Coding 2 23rd Jul 2009 01:32 AM
Open form based on combo box value w/error message for blank combo box Ruth Microsoft Access 0 20th Apr 2007 11:00 PM
Two combo combo boxes on form to select specific report =?Utf-8?B?Q2h1Y2tX?= Microsoft Access Forms 1 12th Sep 2005 10:25 PM
"Combo Box - getting control combo box to stick in place in worksh =?Utf-8?B?YWpy?= Microsoft Excel Misc 0 15th Feb 2005 07:45 PM


Features
 

Advertising
 

Newsgroups
 


All times are GMT +1. The time now is 04:43 PM.