![]() |
|
|
|
#1 |
|
I need to capture a selected value of the onchange dropdown and put it in a
textbox??? -- Dave DaveF |
|
|
|
|
#2 |
|
Posts: n/a
|
"DaveF" <> wrote in message
news:... >I need to capture a selected value of the onchange dropdown and put it in a > textbox??? What problem are you experiencing when you try to do this? John Saunders John Saunders |
|
|
|
#3 |
|
Posts: n/a
|
I just don't know how to do this clietside
-- David Fetrow Helixpoint LLC. http://www.helixpoint.com "John Saunders" <johnwsaundersiii at hotmail.com> wrote in message news:... > "DaveF" <> wrote in message > news:... > >I need to capture a selected value of the onchange dropdown and put it in a > > textbox??? > > What problem are you experiencing when you try to do this? > > John Saunders > > DaveF |
|
|
|
#4 |
|
Posts: n/a
|
"DaveF" <> wrote in message
news:e%... >I just don't know how to do this clietside Ok, you didn't say you had to do it client side! I'm not a JavaScript wizard, but I suppose that you have to get an "onchange" event on the dropdown. That event should do something like "textbox.value = dropdown.value;". You can add a client-side event to a server-side control via: dropdown.Attributes("onchange") = "textbox.value = dropdown.value;" John Saunders > David Fetrow > Helixpoint LLC. > http://www.helixpoint.com > > "John Saunders" <johnwsaundersiii at hotmail.com> wrote in message > news:... >> "DaveF" <> wrote in message >> news:... >> >I need to capture a selected value of the onchange dropdown and put it >> >in > a >> > textbox??? >> >> What problem are you experiencing when you try to do this? >> >> John Saunders >> >> > > John Saunders |
|
![]() |
| Thread Tools | Search this Thread |
|
|
Similar Threads
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| Add dropdown and text box values to list | ranjani | The Lounge | 0 | 06-10-2008 08:38 AM |
| Getting error in Custom control | ShakilaRahmanLaboni | Software | 2 | 08-01-2007 02:38 PM |
| Updating a database with value from a dropdown | ropio | Software | 3 | 07-19-2006 07:12 AM |