This is in continuation of
Now, i am having disablePage method which will be executed every time there is any submit event occurs. But i don't want this method to execute if the event is generated from export button.
<input type="submit" name="_export" id="btnExportID" />
How can i handle this?