N
Ned White
Is it possible to insert HTML codes to a textbox control ?
I am reading HTML formated string from sql server but if i assign this value
to Text property of TextBox, the format tags of HTML seems too...
sample string value from database:
<P class=MsoNormal style="MARGIN: 0cm 0cm 0pt"><SPAN style="FONT-SIZE: 11pt;
mso-bidi-font-weight: bold">
Sales Contract </SPAN></P>
<SPAN style="FONT-SIZE: 11pt; mso-bidi-font-weight: bold">Paragraph 7.
Buyer has the right to examine the goods upon receipt and has ____ days in
which to notify seller of any claim for damages based on the condition,
grade, quality or quality of the goods. Such notice must specify in detail
the particulars of the claim. Failure to provide such notice within the
requisite time period constitutes irrevocable acceptance of the goods.
<o></o></SPAN></P>
<P> </P>
The string is asked for in a textbox because of the scrollbars of textbox,
Are there any solutions to display html codes in textbox control or any
suitable control for this ...?
Thanks....
I am reading HTML formated string from sql server but if i assign this value
to Text property of TextBox, the format tags of HTML seems too...
sample string value from database:
<P class=MsoNormal style="MARGIN: 0cm 0cm 0pt"><SPAN style="FONT-SIZE: 11pt;
mso-bidi-font-weight: bold">
Sales Contract </SPAN></P>
<SPAN style="FONT-SIZE: 11pt; mso-bidi-font-weight: bold">Paragraph 7.
Buyer has the right to examine the goods upon receipt and has ____ days in
which to notify seller of any claim for damages based on the condition,
grade, quality or quality of the goods. Such notice must specify in detail
the particulars of the claim. Failure to provide such notice within the
requisite time period constitutes irrevocable acceptance of the goods.
<o></o></SPAN></P>
<P> </P>
The string is asked for in a textbox because of the scrollbars of textbox,
Are there any solutions to display html codes in textbox control or any
suitable control for this ...?
Thanks....