Transformations ASCX vs Text

Charles Matvchuk asked on March 4, 2015 07:02

I find myself using both types all the time. What does everyone else prefer to use and why ?

I like Text because I can use Macro's and intellisense feature and I like acsx for the inline c# I can use when needed.

Recent Answers


Petar Kozjak answered on March 4, 2015 14:06

Hi,

yes both models are great. This depends on developer. We have 2 teams PortalEngine (FrontEnd) and .NET (BackEnd). So for PortalEngine guys it is hard to write C#, but they are great at understanding macros.

Personally I prefer ASCX.. :)

1 votesVote for this answer Mark as a Correct answer

Brenden Kehren answered on March 4, 2015 14:23

I agree with Petar, both work great for what you know, I'm a C# dev so I perfer ASCX as well. Also, from a performance standpoint, there is no difference.

1 votesVote for this answer Mark as a Correct answer

Bryan Soltis answered on March 4, 2015 18:15

My vote would be for ASCX. Coming form a C# background it makes hte most sense to me. I have used the others when I need to pull in macros, but more often than not I'm using ASCX and adding in controls.

1 votesVote for this answer Mark as a Correct answer

Olivier Cozette answered on March 5, 2015 04:38

macros on Text are great, but using .ASCX / c#, you really can do anything you want.

1 votesVote for this answer Mark as a Correct answer

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