Hi ,
I wanted to add an special character : in my razor view which is currently binded via lambda expression
@Html.DisplayFor(x => x.StoreProfileAssociation.RegionalManager.Title)
I tried in this way but throws an exception
@Html.DisplayFor(string.Format("{0}{1}", x => x.StoreProfileAssociation.RegionalManager.Title,":")
Join Hands Change lives
Thanks & Regards
Straight Edge Society