Click here to Skip to main content
15,896,153 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
In one of my application i am using another font like FONTASY_HIMALI_TT to convert my site to nepali language but problem arise;
VB
cc1:maskededitextender id="MaskedEditExtender1" runat="server" targetcontrolid="tb_fromdate"
                                        masktype="Date" mask="9999/99/99" enabled="True" autocomplete="false">
   
                                     </cc1:maskededitextender>


after the page load this mask ९९९९र९९र९९.but actually it should have to be ९९९९/९९/९९
how can i sholved this problem
Posted
Updated 3-Aug-11 19:49pm

1 solution

I think use Globalization instead of changing font on the control
 
Share this answer
 

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900