I have a localised ASP.net application (.net 2.0). I wish to concatenate 2 strings retrieved from the resource file together into one element, something like this.
Use this method to append 2 strings in ASPX.
Text='<%# String.Format("{0} {1}", Resources.file01.string1,Resources.file01.string2)%>'