Hi, I am trying to get the maskededitexten der in asp.net to work. It seems like it does not let me type in the box. I have the scriptmanager and also have the maskededitexten der configured to point at the appropriate textbox.
Is there anything I am missing. I saw the video in CODEPLEX and its seems like I have done the same setup like them.
It gives me the feel of a textbox when you configure the enable properties...
User Profile
Collapse
-
MaskedEditExtender in Asp.net
-
Thanks for your help, I had it declared decimal (9,2) I fixed the problem by using the float datatype. It seems to be doing the trick both on the db and also on the user interface grids. Your example above is accurate. If you had scale to 0 then you would have a integer.... -
I was able temporarily fix my problem by declaring the datatype as a float. I am able to see the proper formating in my grid as well as storing the proper number in my DB.
Thanks...Leave a comment:
-
Rounding Issues
Need Help! I am new to asp.net and I am having problems inserting proper data into SQL Server 2000. I have a field named salary with the datatype of decimal.
When I insert a value into the textbox (17.52) it rounds up (18) or down depending on value using bankers rounding. How do I get the 17.52 value inserted and retrieved into and from the database correctly. Do I have to do some special casting. I do not want to lose the cents...
No activity results to display
Show More
Leave a comment: