I need tool-tip in capitalize like "Mr Raj Patel". I am using title for tool-tip but its comes as I Save in database.
Html Code :
<td class='td_3'><div class='oneline' style='width:"100px !important;text-transform: capitalize;' title='" + item.ClassTeacher + "'> item.ClassTeacher.ToLower() </div></td>
item.ClassTeacher is taken Value like I show above "Mr Raj Patel" but in Tool-tip it not comes in capitalize.
also given Screen-shot of tool-tip