M
Manny Chohan
Hello Guys,
Just curious over the fact if i can store Image Location in Web.Config and
then how can i extract that location in HTML
<td style="width:1%" align="left" valign="middle">
<img alt="" src="<%# image Location'
%>/Images/lhw_logo_black.jpg" id=headerImage runat=server /></td>
<td style="width: 1%" align="right" valign="middle">
Is it possible to do something like this or not? I am developing in C#2.0 .
I am trying to avoid this in Codebehind.
Thanks
Manny
Just curious over the fact if i can store Image Location in Web.Config and
then how can i extract that location in HTML
<td style="width:1%" align="left" valign="middle">
<img alt="" src="<%# image Location'
%>/Images/lhw_logo_black.jpg" id=headerImage runat=server /></td>
<td style="width: 1%" align="right" valign="middle">
Is it possible to do something like this or not? I am developing in C#2.0 .
I am trying to avoid this in Codebehind.
Thanks
Manny