I use my page with atlas
is it possible that the trigger is the Page load Event?
I fill the gridview in the page load, I want it to fill with atlas, is it possible?
thanks!
Printable View
I use my page with atlas
is it possible that the trigger is the Page load Event?
I fill the gridview in the page load, I want it to fill with atlas, is it possible?
thanks!
No, the Atlas trigger looks at a specific controls event firing or property changing only.
You can enclose the GridView within an UpdatePanel and all events fired by the GridView (Paging, Sorting, etc...) will be executed asynchronously.
You can call a javascript function in the body's onload event which contains your Atlas/Ajax code.