|
Subject:
|
session in imapepath in gridcolumn..Does not work.
|
|
Posted By:
|
savan_thakkar
|
Post Date:
|
8/29/2006 7:48:48 AM
|
Hi,
I am trying to write the image path from session, and this image is in a datagrid Column.
My code looks like :
<asp:EditCommandColumn EditText="<img src="<%=Session("imgpath")%>">"></asp:EditCommandColumn>
This generates error due to Quotes. I tried different combinations of " and '. But noone of them worked. Can anyone please suggest me how to do this??
Savan
|
|