I want post back to another page in datalist , when i click the image ,I can share the image ., can anyone suggest to the appropriate code with example .Here PID Is the datakeyname for the datalist controls
<ItemTemplate>
<table style="margin-left:0px" width="315px">
<tr>
<td align="center"><img src='<%#Eval("ImagePath").ToString() %>' width="140px" height="150px" / alt=""></td>
</tr>
<tr>
<td align="justify"><b> Title : </b><%#Eval("Title")%><br />
<b> Description : </b><%#Eval("Description")%><br />
<b> Price : Rs <%#string.Format("{0:0}",Eval("Price")) %> </b> <br />
<b> ItemCode : </b> <%#Eval("SourceCode")%></td>
</tr>
</table>
</ItemTemplate>