is it possible to use C# code in the WYSIWYG editor on the data showcase iPart?
We are using this on the event display page for a client and would like to conditionally display a link to a document (but only if the document exists), trying:
protected override void OnInit(EventArgs e)
{
base.OnInit(e);
Response.Write("here
");
string fileName = Asi.Web.Utilities.GetTildeExpansion()+"/docs/eventreg/{#event.EventId}.pdf";