Hi All,
Today, one of my friend ask me, how to put asp.net server variable in html code? good question, here is answer
<img src='<%= this.filePath %>' </img>
thank you