G
Guest
Hi, I have site in which all of my pages inherit from a base class. The base
class inherits from System.Web.UI.Page as it should. It builds a table, and
loads my navigation control, header, and footer.
Each page that I create, I inherit from this base class. In the new page, I
have a asp
anel control that contains all of the other controls in that
page. The base class looks for a control called MainBody, and loads the
controls to create the whole page.
I have this page that has a DataList control in it. When I try to get the
control into edit mode, nothing happens. The "Edit" command doesn't seem to
work...
What am I doing wrong? I can send samples.
class inherits from System.Web.UI.Page as it should. It builds a table, and
loads my navigation control, header, and footer.
Each page that I create, I inherit from this base class. In the new page, I
have a asp
page. The base class looks for a control called MainBody, and loads the
controls to create the whole page.
I have this page that has a DataList control in it. When I try to get the
control into edit mode, nothing happens. The "Edit" command doesn't seem to
work...
What am I doing wrong? I can send samples.