Greetings;<BR><BR>I have a form that conditionally displays content depending upon whether IsPostBack is true or false.<BR><BR>There are a couple of exceptions to this:<BR><BR>1) When I check a checkbox and submit the form, if that is the only change to the form, I don't want to display the conditional content.<BR><BR>2) When clicking on the Clear Form button I want the form to return to its original state.<BR><BR>Is there anyway to somehow "get around" the postback in those specific situations?<BR><BR>Thanks