主题:ASP.NET问题
编译错误
说明: 在编译向该请求提供服务所需资源的过程中出现错误。请检查下列特定错误详细信息并适当地修改源代码。
编译器错误信息: CS0122: “Pagelet2.Address”不可访问,因为它受保护级别限制
源错误:
行 19: {
行 20: MyLabel.Text += "<b>发货地址:</b> "
行 21: [color=000080]+ ShipAddr.Address + [/color]", "
行 22: + ShipAddr.City + ", "
行 23: + ShipAddr.State + ", "
源文件: c:\Inetpub\wwwroot\asp\Pagelet2.aspx.cs 行: 21
说明: 在编译向该请求提供服务所需资源的过程中出现错误。请检查下列特定错误详细信息并适当地修改源代码。
编译器错误信息: CS0122: “Pagelet2.Address”不可访问,因为它受保护级别限制
源错误:
行 19: {
行 20: MyLabel.Text += "<b>发货地址:</b> "
行 21: [color=000080]+ ShipAddr.Address + [/color]", "
行 22: + ShipAddr.City + ", "
行 23: + ShipAddr.State + ", "
源文件: c:\Inetpub\wwwroot\asp\Pagelet2.aspx.cs 行: 21