As the topic mentions, I want to create a cancel button that takes me to the previous page. I am using the standard cancel button. I want a cancel button which only takes me one step back, to my previous page.
<wssuc:ButtonSection runat="server" ShowStandardCancelButton="true">
You can do this with javascript easily and without server control. No postbacks ;)
But if you insist on a server control...