I am using SPLongOperation() , the scenario is:
Splongoperation operation=new splongoperation();
operation.begin();
try {
/// all working...
}
catch(exception excep)
{
sputility.transfertoerrorpage(excep.message);
}
sputility.tranfsertosuccesspage("DOne");
operation.end(vvv);
but it is unable to transfer to the error or success page.
Is it possibly to do with the transfer inside splongoperation()?