T
TheVillageCodingIdiot
I have a ASP.net page that is a template letter and have some place
holders for variables i want to put in. For instance
<div runat="server" id="Page1">
Dear [EmployeeName],
'Letter text below
</div>
Now "[EmployeeName]" is scattered throughout the page wherever we need
to put there name. Is there a way to go through and replace all
"[EmployeeName]" with like "John Doe" when they are not in any
controlls other then the DIV?
holders for variables i want to put in. For instance
<div runat="server" id="Page1">
Dear [EmployeeName],
'Letter text below
</div>
Now "[EmployeeName]" is scattered throughout the page wherever we need
to put there name. Is there a way to go through and replace all
"[EmployeeName]" with like "John Doe" when they are not in any
controlls other then the DIV?