can you use resource files in datagrid columns

  • Thread starter Thread starter drdave
  • Start date Start date
D

drdave

using this line in aspx file doesn't throw error just outputs nothing..

<asp:boundcolumn DataField="provincename" HeaderText='<%=
rm.GetString("tblHeader1")%>'></asp:boundcolumn>

in the code behind..

rm = New ResourceManager("minimum_wageapp.report1",
System.Reflection.Assembly.GetExecutingAssembly())

I can access the resourcefile contents except in the datagrid..

??

Dave
 
Back
Top