Click here to Skip to main content
15,914,409 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
my email signature contains a table with a static random quote but i want to make the quote dynamic so that i can call a handler which will return a dynamic quote string from the database.

but am confused how to do it cause when i write the handler address in the


<code><pre>&lt;tr&gt;
&lt;td colspan=&quot;99&quot; style=&quot;color: #666666;font-size:10px;font-family:Calibri;border-width:0px&quot;&gt;
&amp;gt;<b>http://www.xyz/asd/myhandler.ashx</b>.&lt;/td&gt;
&lt;/tr&gt;</pre></code>

its displaying the same website address instead of evaluating that. any clue ?
Posted
Updated 5-Jun-11 21:23pm
v2

1 solution

It should look something like this:
'<%# "MyHandler.ashx?ID="%>'
 
Share this answer
 
Comments
Mubeen.asim 6-Jun-11 5:43am    
but its on the gmail so i dont think it will be able to evaluate the expression.

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