Sample Code from the Ajax Podcast - Populating a drop down list
As a follow up to our podcast on Ajax, some folks asked me about my examples. I have posted my examples on one of my sites. You can download some source from there. The examples are really simple, but I think it gets things started.
The code examples do four things:
- Process an event.
- Process a drop down list box / select tag and return values so that the client can put values into a different select tag.
- Process a drop down list box / select tag and return another drop down list box.
- Display the data that is actually returned in a <textarea> fields
FYI, the code examples were built in VS.NET 2005 beta 2.
Wally