User Profile

Collapse

Profile Sidebar

Collapse
mickeybaez
mickeybaez
Last Activity: Nov 1 '07, 07:44 PM
Joined: Jun 6 '07
Location:
  •  
  • Time
  • Show
  • Source
Clear All
new posts

  • mickeybaez
    started a topic MaskedEditExtender in Asp.net
    in .NET

    MaskedEditExtender in Asp.net

    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...
    See more | Go to post

  • mickeybaez
    replied to Rounding Issues
    in .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....
    See more | Go to post

    Leave a comment:


  • mickeybaez
    replied to Rounding Issues
    in .NET
    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...
    See more | Go to post

    Leave a comment:


  • mickeybaez
    started a topic Rounding Issues
    in .NET

    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...
    See more | Go to post
No activity results to display
Show More
Working...