Select to view content in your preferred language

Help Me PLZZZZZZZZZZZZZZZZZZ

447
0
07-14-2011 10:45 AM
MennaSoliman
New Contributor
Hi,
Concatenate a string to the value in a field. For example, this expression creates a label where the value of the PARCELNO field is preceded by the text "Parcel no: ":


VBScript:

"Parcel no: " & [PARCELNO]

how to write this code in C# by using LabelExperssion

Help Me 🙂
Tags (2)
0 Kudos
0 Replies