Ajax in existing asp .net project.
        Posted  
        
            by swapna
        on Stack Overflow
        
        See other posts from Stack Overflow
        
            or by swapna
        
        
        
        Published on 2010-03-22T09:44:11Z
        Indexed on 
            2010/03/22
            9:51 UTC
        
        
        Read the original article
        Hit count: 368
        
hi ,
I have a web page devoloped in visual studio 2008.
I have 4 dropdowns and a repeater in the page.based on the selection(search criteria) from the dropdowns the repeater value will change.
and one dropdown selection will bind values to the other dropdown also.
Since the page is causing a lot of postback we decided to implement ajax here.
I am yet to learn ajax.
Can anyone tell what is the best way to do this .which ajax control replace dropdowns?
i have already server side code written on all dropdowns.
Please give me a good solution which i can implement in less time and reuse my code.
Thanks SNA
© Stack Overflow or respective owner