I have a webpage on the page and I need to know how I can determine if the page is in edit mode. For example: if(Page.IsInEditMode).
if(Page.IsInEditMode)
Any help?
Take a look at the System.Web.UI.WebControls.WebParts.WebPartManager class
It has the EditDisplayMode property , which represents a display mode in which end users can edit and modify server controls. See Doc here