Five New Optimizely Certifications are Here! Validate your expertise and advance your career with our latest certification exams. Click here to find out more
AI OnAI Off
Five New Optimizely Certifications are Here! Validate your expertise and advance your career with our latest certification exams. Click here to find out more
[GuiPlugIn( DisplayName="All Properties", Description="Show all properties for the page", Area=PlugInArea.EditPanel, Url="~/uppsala/plugin/ShowAllProperties.ascx" )] public class ShowAllProperties : EPiServer.UserControlBase { protected System.Web.UI.WebControls.DataGrid propertiesDataGrid; protected System.Web.UI.WebControls.Literal propertiesLiteral; private void Page_Load(object sender, System.EventArgs e) { if (!IsPostBack) { } else { } } }