Hi,
I have a MasterPage & a 2 ContentPages. Both the contentPages have same controls (controls in a <table>) expect 1 has 3 more than the other, rest all is the same.
Is it possible in any way to keep all the Rows of the table in a new file & in both ContentPages I create <table>, add the newly created file (which has all the Rows) & in 2nd ContentPage add additional 3 rows & close the </table> in respective content
pages. So it would be like this :
With ContentPage1
<asp:Content ID="Content2" ContentPlaceHolderID="ContentPlaceHolder1" runat="server">
<table id="custDetTbl" style="width: 100%; font-family: Verdana;"
cellpadding="5" rules="all">
<asp:Content ID="CommonControlsContent" ContentPlaceHolderID="CommonContentPla ...
Go to the complete details ...