I have created a lot of asp:literal's inside a control (vehicle/finance-boxes.ascx)
<tr><td class="title">Deposit</td></tr>
<tr><td class="fig"><asp:Literal id="oneDeposit" runat="server"/></td></tr>
<tr><td class="fig"><asp:Literal id="twoDeposit" runat="server"/></td></tr>
<tr><td class="fig"><asp:Literal id="threeDeposit" runat="server"/></td></tr>
This control is being called to the page 'offer-finance.aspx'. (as well as ten others) I have done a lot of researching, but I can't seem to find or be told how I can define the ASP:Literals in the offer-finance.cs.aspx back end. ??
Please help, newbie in need of advice.