|
-
Jun 23rd, 2006, 07:48 AM
#1
Thread Starter
Addicted Member
atlas with page load
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!
-
Jun 23rd, 2006, 11:45 PM
#2
Frenzied Member
Re: atlas with page load
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.
Being educated does not make you intelligent.
Need a weekend getaway??? Come Visit
-
Jun 24th, 2006, 11:07 AM
#3
Re: atlas with page load
You can call a javascript function in the body's onload event which contains your Atlas/Ajax code.
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|