Hi,
When using jQuery to POST data back to the server, I'm getting some strange behavior.
If I include __VIEWSTATE and __EVENTVALIDATION in my serialized form data, the IsPostback page variable is set to true, If I exclude these two, the IsPostback is set to false.
Its easy enough for me to include these two variables but does anyone know whats going on behind the scenes?