HI In MS.NET I can extract a resource string from the global resources using this statement '<%$ Resources:TestGlobal,ApplicationTitle %>' (an example is below, extracts the page title from global resources) but it seems not to work in Mono, does anyone know the correct syntax I must use for this to work in mono ?
<%@ Page Language="VB" AutoEventWireup="false" CodeFile="Test.aspx.vb" Inherits="testclass" Title='<%$ Resources:TestGlobal,ApplicationTitle %>' %> -- View this message in context: http://www.nabble.com/extract-resources-in-aspx-tp17787580p17787580.html Sent from the Mono - VB mailing list archive at Nabble.com. _______________________________________________ Mono-vb mailing list [email protected] http://lists.ximian.com/mailman/listinfo/mono-vb
