E
EDOnLine
Is it possible to create Custom Tags in HTML and have ASP.NET replace these
custom tags with info from my database before the page is returned to the
client?
For example.... In an aspx file I would have plain HTML along with a custom
tag like this....
<p>Some text here. Email <MAIL:221>Web Master</MAIL> for more
information.</p>
The <MAIL> Custom Tag would be replaced with a mailto: link based on
information in record 221 in my Employee database.
How can this, or something similar, be done???
Thanks in advance for any information!
-- Eric D.
custom tags with info from my database before the page is returned to the
client?
For example.... In an aspx file I would have plain HTML along with a custom
tag like this....
<p>Some text here. Email <MAIL:221>Web Master</MAIL> for more
information.</p>
The <MAIL> Custom Tag would be replaced with a mailto: link based on
information in record 221 in my Employee database.
How can this, or something similar, be done???
Thanks in advance for any information!
-- Eric D.