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 ????
For Answers, see/post comments
1 comment:
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.
Post a Comment