Hi,
In ASP.NET, you can't use code blocks to dynamically set control properties. So, the solution would be setting this property in code behind instead.
vce_revNewPersonEmailAddress.WarningIconImageUrl = this.calloutWarningImagePath;
Hope this helps.
Solved! Thanks :)
No comments:
Post a Comment