Cant change asp:textbox font to hindi UTF-8 ?
-
hi folks, i am developing a new webapplication, in which i need to show entered text as hindi font but on type my page is still showing text in english. here is the code:
<%@ Page Language="C#" AutoEventWireup="true" CodeFile="test.aspx.cs" Inherits="test" %>
<html xmlns="http://www.w3.org/1999/xhtml">
<head runat="server">
<title></title>
</head>
<body>
<form id="form1" runat="server"></form>
</body>
</html> -
hi folks, i am developing a new webapplication, in which i need to show entered text as hindi font but on type my page is still showing text in english. here is the code:
<%@ Page Language="C#" AutoEventWireup="true" CodeFile="test.aspx.cs" Inherits="test" %>
<html xmlns="http://www.w3.org/1999/xhtml">
<head runat="server">
<title></title>
</head>
<body>
<form id="form1" runat="server"></form>
</body>
</html>BUMP!!!