Hi,
Thaks for taking interesting for this question.
I am using ASP.NET 2.0 C# with Atals. My Provblem is as below:
- On my web page, I have two dropdown box say d1, d2 and one treview control say t1. Functionality is : When selected index changes in d1 it will populate d2. Then when selected index changes in d2 it will populate t1. This is working fine without ATLAS.
Now there is sample on cascading dropdown box http://atlas.asp.net/atlastoolkit/CascadingDropDown/CascadingDropDown.aspx. But it uses web servicemethod ServicePath="CarsService.asmx" ServiceMethod="GetDropDownContents". In my web application I have simple methods to fetch data to populate d1, d2 and t1. In my case there is no web service.
Thus my question : "IS IT POSSIBLE TO POPULATE CASCADED CONTROLS WITHOUT WEBSERSEVICE USING SIMPLE METHODS? IF YES HOW TO CALL IT".
When I place simple one updatepanel on whole page, and if I change d1 then atlas behavior is working as no page loaded again but it does not populate d2 though the I have written code for d1's SelectedIndexChanged event.
Looking for your Help.
Thanks,
John