在asp中web控件中读取resourse资源
代码:<asp:Label id="Label1" style="Z-INDEX: 101; LEFT: 13px; POSITION: absolute; TOP: 14px" runat="server"Width="218px" Height="31px" Font-Bold="True" Font-Size="Large">
<%=resource.GetString("butk002proname")%></asp:Label>
在画面上读不到资源,那位高手帮帮忙。
还有在标准的html代码中可以读到资源。