<asp:TextBox id="txtTerms" TextMode="multiline" Wrap="true" ReadOnly="true" Height="150px" Width="100%" ForeColor="GrayText" Font-Size="11px" runat="server"></asp:TextBox>
<asp:SqlDataSource ID="SqlTerms"
runat="server"
ConnectionString="<%$ ConnectionStrings:Focus %>"
ProviderName="<%$ ConnectionStrings:Focus.ProviderName %>"
SelectCommand="SELECT TermsAndConditions FROM tblPPTermsAndConditions WHERE ID=1003">
</asp:SqlDataSource> |