I'm looking for something I can use to prevent alot of 'flickering' on my
pages. I have several drop downs that are linked and when i select one option
from one the page reloads and then populates the other drop downs. I'm
looking for something to elminate the 'postback/flickering' of the pages.
I'll check out what you mentioned
"Peter Bromberg [C# MVP]" wrote:
> Do you want to use Atlas, or will another "AJAX" (remote scripting) framework
> work for you?
>
> Anthem.Net has a number of examples including a Gridview page. Find it at
> sourceforge.net
>
> Peter
>
> --
> Co-founder, Eggheadcafe.com developer portal:
> http://www.eggheadcafe.com
> UnBlog:
> http://petesbloggerama.blogspot.com
>
>
>
>
> "Tom" wrote:
>
> > can someone point me to an example of a web form using atlas/ajax to popluate
> > a gridview withouth using a sqlobjectdatasource, typed dataset, etc?