Click here to Skip to main content
15,886,055 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
How it can achieved? I have a html template as a row in database. I need that to be shown in the multiline textbox.Whether it can be done or achieve.Please help me.

This is my template below.

XML
<html>
    <table border="1">
<tr>
<td>Request Summary</td>
<td><b>{{Request Summary}}</b></td>
</tr>
<tr>
<td>Status</td>
<td><b>{{Status}}</b></td>
</tr>
<tr>
<td>Priority</td>
<td> <b>{{Priority}}</b></td>
</tr>
<tr>
<td>Worklog</td>
<td> <b>{{Worklog Summary}}</b></td>
</tr>
</table>
</html>



The user should be able to enter data into {{ }} and it should be store in to database. Is this possible.
Posted
Comments
George Jonsson 18-Jul-14 8:28am    
Do you want to show the HTML to the user or just some empty rows where the user can enter text?

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900