Thursday, December 9, 2010

Labels from Resource File

In the database TAB enter this:

<%# GetResourceValue("Label:FieldName") %>


In the Resource file add the corresponding entry:


<data name="Label:FieldName">
   <value>País
</data>

No comments:

Post a Comment