iSeller Commerce
iSeller POS Retail
iSeller POS F&B
iSeller POS Express
Crosslight
WebUI
ClientUI
What's New
Download Trial
Web Solution
Mobile Solution
Enterprise Solution
Custom Development
Blog
Community
Latest Development Blogs
ForumPostTopic
Browse By Tag
Hi,
I have a situation where i want Mask for following;
1) Currency -> In this i want that the user can enter any number of digit but should end with 3 decimal places. Something like [0-9]*.000
Valid expression
12345.000
12345.123
12345.12345 -> 12345.123
2) Decimal -> In this user is allowed decimal digit with any number of decimal places.
3) Numeric -> In this the user should not be allowed any decimals, only numbers.
Can you please tell me what Mask should i use in following cases.
Thanks,
Huzefa
Hi Huzefa,
1) You can set this in your aspx code:
<DisplayFormat format="-$ #,##0.000" isenabled="True" type="Number"> </DisplayFormat>
2) Choose the simple input in WebInput.NET Wizard an the set the property NumericInput to true.
3) Set this code in your aspx:
<DisplayFormat Format="#,##0" IsEnabled="True" Type="Number"> </DisplayFormat>
I also attach the sample I made based on your issue. Hope it helps.
Regards,
Lili Khiung
Can i give a Mask to this so as to restrict the input for Currency type till 3 digits after decimal?
I am really sorry about the attachment. Here's I re-attach my sample for you. In my sample you can restrict the input for Currency type until 3 digits after decimal.
Hope it helps.
or
Choose this if you're already a member of Intersoft Community Forum. You can link your OpenID account to your existing Intersoft Social ID.
Choose this if you don't have an Intersoft account yet. Your authenticated OpenID will be automatically linked to your new Intersoft account.
Enter your Wordpress Blogname