Wednesday, March 21, 2012

event validation support in atlas

i was just wondering if atlas supports the event validation feature in.net 2.0. I know they added a new feature in the page directive where ucan set eventvalidation = true which prevents teh page from causingfradulent post backs to occur. like button control which internallycalls clientmanager.validateevent to ensure that post back was notcaused by end user changing the javascript. so if i were to put anupdate panel and put a button inside it, i guess it would stop regularpost back and issue Asynchronous JavaScript request to the server.
would the button still do all its activity like checking to see if it is a valid postback?

hello.

if you're using atlas on an asp.net application, you can still use event validation. in fact, if you're putting asp.net controls inside an updatepanel, you'll still get the same kind of validations that happens on a plain asp.net page.

No comments:

Post a Comment