Hello devnet. Each pagetype has a unique identifier that you get to name upon creating the pagetype. It is a primary key that auto increments from 1. I would like to reference this column from an ascx transformation. `<%# eval("fieldName") %>` works for all field names with the exception of the primary key field. What does my transformation need to return the value in a primary key field named "MyField"?
↧