Go Back   Velocity Reviews > Newsgroups > ASP Net
User Name
Password
Register FAQ Members List Calendar Search Today's Posts Mark Forums Read

Reply

ASP Net - Combo Box in Asp.net 2.0?

 
Thread Tools Search this Thread
Old 11-02-2009, 09:50 PM   #1
Default Combo Box in Asp.net 2.0?


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)


Mel
  Reply With Quote
Old 11-02-2009, 10:07 PM   #2
Scott M.
 
Posts: n/a
Default Re: Combo Box in Asp.net 2.0?

"Mel" <> wrote in message
news:22097746-28e7-4caa-b804-...
> 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




Scott M.
  Reply With Quote
Old 11-02-2009, 10:20 PM   #3
Mel
 
Posts: n/a
Default Re: Combo Box in Asp.net 2.0?
On Nov 2, 4:07*pm, "Scott M." <s-...@nospam.nospam> wrote:
> "Mel" <mlights...@gmail.com> wrote in message
>
> news:22097746-28e7-4caa-b804-...
>
> > 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.


Mel
  Reply With Quote
Old 11-02-2009, 10:30 PM   #4
Scott M.
 
Posts: n/a
Default Re: Combo Box in Asp.net 2.0?

"Mel" <> wrote in message
news:0513df40-4789-446c-b1c8-...
On Nov 2, 4:07 pm, "Scott M." <s-...@nospam.nospam> wrote:
> "Mel" <mlights...@gmail.com> wrote in message
>
> news:22097746-28e7-4caa-b804-...
>
> > 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




Scott M.
  Reply With Quote
Old 11-02-2009, 10:43 PM   #5
Mel
 
Posts: n/a
Default Re: Combo Box in Asp.net 2.0?
On Nov 2, 4:30*pm, "Scott M." <s-...@nospam.nospam> wrote:
> "Mel" <mlights...@gmail.com> wrote in message
>
> news:0513df40-4789-446c-b1c8-...
> On Nov 2, 4:07 pm, "Scott M." <s-...@nospam.nospam> wrote:
>
> > "Mel" <mlights...@gmail.com> wrote in message

>
> >news:22097746-28e7-4caa-b804-....

>
> > > 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?


Mel
  Reply With Quote
Old 11-03-2009, 02:08 PM   #6
Mel
 
Posts: n/a
Default Re: Combo Box in Asp.net 2.0?
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-....
> > On Nov 2, 4:07 pm, "Scott M." <s-...@nospam.nospam> wrote:

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

>
> > >news:22097746-28e7-4caa-b804-....

>
> > > > 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!


Mel
  Reply With Quote
Old 11-04-2009, 05:23 AM   #7
Jeremy S.
 
Posts: n/a
Default Re: Combo Box in Asp.net 2.0?
>> 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




Jeremy S.
  Reply With Quote
Reply


Thread Tools Search this Thread
Search this Thread:

Advanced Search

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

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

Similar Threads
Thread Thread Starter Forum Replies Last Post
viewstate MAC failed in asp.net 2.0 while postback the page azraffarveen Software 0 05-12-2009 03:24 PM
ASP.NET: Asign Users in Roles(Array.IndexOf(Of String) method) msandlana Software 0 04-25-2008 06:37 AM
vb .net web page error before page_Init with IE6 BoogieWithStu22@gmail.com Computer Support 97 02-21-2007 06:00 PM
Classic ASP + ASP.NET 2.0 on Windows Server 2003 64 bit: possible? thehobbit30@gmail.com Windows 64bit 0 11-22-2006 09:55 PM
extended 64 and asp.net kevin goff Windows 64bit 1 09-14-2005 02:14 AM




SEO by vBSEO 3.3.2 ©2009, 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