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 :)