コード例 #1
0
 protected void Page_Load(object sender, EventArgs e)
 {
     if (!IsPostBack)
     {
         rptReviews.DataSource = helper.GetProductRatings(Sitecore.Context.Item);
         rptReviews.DataBind();
     }
 }