hi all I am using a repeater and I have errors
this code
'System.EventArgs' does not contain a definition for 'Item' and no extension method 'Item' accepting a first argument of type 'System.EventArgs' could be found (are you missing a using directive or an assembly reference?)
Session["name"].ToString();
Label lblname = e.Item.FindControl("lblname") as Label;
lblname.Text = Session["name"].ToString();