Hello,
I've got a site with nine pages which essentially do the same thing. Each page displays a table from my database. I tried using a master page with a ContentPlaceHolder in it, so that I could put GridColumnTemplate items in the ContentPlaceHolder in the pages which implement the master page. Unfortunately, I get an error which states that I cannot put ContentPlaceHolders in the RadGrid.
Does anyone have a recommended design pattern for creating pages similar to these?
Thanks
I've got a site with nine pages which essentially do the same thing. Each page displays a table from my database. I tried using a master page with a ContentPlaceHolder in it, so that I could put GridColumnTemplate items in the ContentPlaceHolder in the pages which implement the master page. Unfortunately, I get an error which states that I cannot put ContentPlaceHolders in the RadGrid.
Does anyone have a recommended design pattern for creating pages similar to these?
Thanks