asp.net - Kentico Bizform in a transformation -
one of companies clients uses kentico cms (a proprietary cms written in asp.net kentico.com)
i embed bizform transformation of custom table. reason need depending on multiple choice option in custom table, transformation display different version of bizform. if possible efficient way of accomplishing need done.
i pretty new kentico cms , it's proving not devloper friendly, input or suggestions great.
a transformation in kentico has possibility usercontrol.
if use transformation type : ascx, can use asp.net control want.
including predefined kentico usercontrols.
<cms:bizform runat="server" id="bizform" formname="yourbizformcodename" enableviewstate="false" alternativeformfullname="bizform.yourbizformcodename.yourbizformalternativeformname"/>
you can give alternativeformfullname specify alternative form wish use.
Comments
Post a Comment