[mono-vb] extract resources in aspx

davideveloper davidtrholmes at hotmail.com
Wed Jun 11 17:23:05 EDT 2008


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.



More information about the Mono-vb mailing list