EditProductTemplate.aspx behavior changed in 7.03
Posted: Thu Jun 18, 2009 12:31 pm
I had added the following lines to Products/EditProductTemplate.aspx so I could jump to editing the template right away instead of having to navigate and hunt for the template in 7.02
After upgrading to 7.03 I get the following error:
Being new to C#, I can't figure out how to properly pass the template id to the link in 7.03
Any suggestions?
Code: Select all
<a href="ProductTemplates/EditProductTemplate.aspx?ProductTemplateId=<%=_ProductTemplateId%>" target="_blank"><asp:Image ID="Image1" runat="server" SkinID="EditIcon" /></a>
Code: Select all
Compiler Error Message: CS0122: 'Admin_Products_EditProductTemplate._ProductTemplateId' is inaccessible due to its protection level
Any suggestions?