For Answers, see/post comments

populate dropdown list

I need to populate a dropdown list on the basis of other dropdown list. Both dropdwon list are datasourced with SQL datasource. I tried the SQL datasource where query . but it will need a post back. I dont want my form to be postback. I guess this is what AJAX is for but i really dont know how to get this with AJAX in a simple and quick way..... or it is not simple and quick ????

1 comment:

Anonymous said...

It can be simple and quick. See this video:

http://www.asp.net/learn/ajax-videos/video-77.aspx

And also the tutorial on how to use the Cascading Dropdown with a Database.