Wednesday, March 21, 2012

Completely Atlas-enable a web page

When you Atlas-enable a control you need to specify a <trigger> control event that will process the server post-back request using Ajax... However, what I need is to complete Atlas-enable a page so ANY user activated event will be processed using Ajax, without having to specify triggers for each action.

Is this possible??

hello,.

i'm not really sure if this is what you want, but if you want all the server controls (which map to html controls) to initiate a partial postback, then put everything inside an updatepanel...


hello again.

posted too soon...where you read which map to html controls should be which map to html controls and/or implemente Ipostbackeventhandler...

No comments:

Post a Comment