Avoid page postback in wizard control with custom webparts

Prashant Verma asked on May 6, 2016 08:59

Hello,

I am using built in wizard navigation in kentico 9.0 with custom webparts. I am in trouble with postback issue with wizard navigation buttons next and previous. Unable to get the postback reason can anyone suggest me to avoid postback. Below event's I using in custom webpart for further processing in each step.

protected override void SaveStepData(object sender, CMS.ExtendedControls.StepEventArgs e) { base.SaveStepData(sender, e); }

Any suggestion or help appreciable :)

   Please, sign in to be able to submit a new answer.