If this is your first visit, be sure to check out the FAQ by clicking the link above. You may have to register before you can post: click the register link above to proceed. To start viewing messages, select the forum that you want to visit from the selection below.

 
Go Back  dBforums > Data Access, Manipulation & Batch Languages > ASP > Editable drop down list

Reply
 
LinkBack Thread Tools Display Modes
  #1 (permalink)  
Old 12-17-09, 18:14
kpeeroo kpeeroo is offline
Registered User
 
Join Date: Jul 2009
Posts: 143
Editable drop down list

Hi. Is there any way I can download an ASP.net control where I can enter or select text from a drop down list? Thanks.
Reply With Quote
  #2 (permalink)  
Old 12-17-09, 18:23
Teddy Teddy is offline
Purveyor of Discontent
 
Join Date: Mar 2003
Location: The Bottom of The Barrel
Posts: 6,042
You can do that with the DropDownList that is baked in to the framework already.

Maybe the ajax control toolkit has what you're looking for, specifically?
__________________
oh yeah... documentation... I have heard of that.

*** What Do You Want In The MS Access Forum? ***
Reply With Quote
  #3 (permalink)  
Old 12-17-09, 18:29
kpeeroo kpeeroo is offline
Registered User
 
Join Date: Jul 2009
Posts: 143
I am using Visual Web Developer but the control it gives does not allow the user to enter text. Only selecting is possible? Can you give me more details about the ajax control toolkit please? Some free downloadable codes would be nice. thanks

Last edited by kpeeroo; 12-17-09 at 18:33.
Reply With Quote
  #4 (permalink)  
Old 12-17-09, 19:27
myle myle is offline
(Making Your Life Easy)
 
Join Date: Feb 2004
Location: New Zealand
Posts: 1,110
that a bugger a

what i do is have the dropdownlist then Or then the Textbox

look somelike

[PLEASE SELECT] Or [txtbox]

all you need to do is check the txtbox first if null the read the dropdownbox
__________________
hope this help

See clear as mud


StePhan McKillen
the aim is store once, not store multiple times
Progaming environment:
Access based on my own environment: DAO3.6/A97/A2000/A2003
VB based on my own environment: vb6 sp5
ASP based on my own environment: 5.6
VB-NET based on my own environment started 2007
SQL-2005 based on my own environment started 2008
MYLE
Reply With Quote
Reply

Thread Tools
Display Modes

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 On