Textbox default Language
ASP.NET
2
Posts
2
Posters
0
Views
1
Watching
-
How can i have textbox with default language(examplae :PersianOr Farsi)
-
How can i have textbox with default language(examplae :PersianOr Farsi)
Hello It set in Windows Language but you can set direction and text-align with css like this .txt { direction:rtl; text-align:right; } then in aspx file in heading section you must write this code <link href="StyleSheet.css" type="text/css" rel="Stylesheet" />