Hi
How to get value in ItemDataBound of below line
<td> <asp:Literal ID="ltrlSessionDate" runat="server" Text='<%# Eval("SessionDate","{0: dd-MM-yyyy}") %>'></asp:Literal></td>.
Then i want to add no of days & then display value
Thanks