Hi
I want to show pound sign and the format 0.00 i.e £45.00, £4.10 . I am using the following statement:
<td style="text-align:center"><%# Convert.ToString(Convert.ToSingle(Eval("tourOurPrice")) / Convert.ToInt32(Eval("noOfTickets")), new System.Globalization.CultureInfo("en-GB")) %></td>
But it is not working. What is the problem.
Can any one help me???