hi all,
how to give more space between TELEPHONE and MobileNo. Only one space i could give.
<td align="left" >
Contact :
<%#DataBinder.Eval(Container.DataItem, "ContactPerson")%> - <%#DataBinder.Eval(Container.DataItem, "TELEPHONE")+ " " +DataBinder.Eval(Container.DataItem, "MobileNo")%>
</td>